CREATE TABLE "process_list" ( "name" varchar(32) NOT NULL, "pid" integer NOT NULL, Constraint "process_list_pkey" Primary Key ("name") );