config.xml_transform

Columns

Column Type Nullable Default Notes

name PK

text

No

namespace_uri

text

No

prefix

text

No

xslt

text

No

Primary Key

(name)

Indexes

Index Method Definition

xml_transform_pkey PK

btree

CREATE UNIQUE INDEX xml_transform_pkey ON config.xml_transform USING btree (name)

Referenced By

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

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

authority.heading_field

format

name

heading_field_format_fkey

config.metabib_field

format

name

metabib_field_format_fkey

config.record_attr_definition

format

name

record_attr_definition_format_fkey

unapi.bre_output_layout

transform

name

bre_output_layout_transform_fkey