success=# \d searchword Table "public.searchword" Column | Type | Modifiers --------+------------------------+----------- id | bigint | not null word | character varying(255) | not null Indexes: "searchword_pkey" PRIMARY KEY, btree (id) "searchword_word_key" UNIQUE, btree (word)