config.index_normalizer

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('config.index_normalizer_id_seq'::regclass)

name

text

No

description

text

Yes

func

text

No

param_count

integer

No

0

Primary Key

(id)

Unique Constraints

  • index_normalizer_name_key: (name)

Indexes

Index Method Definition

index_normalizer_pkey PK

btree

CREATE UNIQUE INDEX index_normalizer_pkey ON config.index_normalizer USING btree (id)

index_normalizer_name_key UNIQUE

btree

CREATE UNIQUE INDEX index_normalizer_name_key ON config.index_normalizer USING btree (name)

Referenced By

The following tables have foreign keys pointing to config.index_normalizer (3 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

authority.heading_field_norm_map

norm

id

heading_field_norm_map_norm_fkey

config.metabib_field_index_norm_map

norm

id

metabib_field_index_norm_map_norm_fkey

config.record_attr_index_norm_map

norm

id

record_attr_index_norm_map_norm_fkey