config.biblio_fingerprint ↑ config schema Columns Column Type Nullable Default Notes id PK integer No nextval('config.biblio_fingerprint_id_seq'::regclass) name text No xpath text No first_word boolean No false format text No 'marcxml'::text Primary Key (id) Indexes Index Method Definition biblio_fingerprint_pkey PK btree CREATE UNIQUE INDEX biblio_fingerprint_pkey ON config.biblio_fingerprint USING btree (id)