z3950_source

-1 rows


Description

Z39.50 Sources

Each row in this table represents a database searchable via Z39.50.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
name text 2147483647 null
z3950_attr.source z3950_attr_source_fkey C
z3950_source_credentials.source z3950_source_credentials_source_fkey C
label text 2147483647 null
host text 2147483647 null
port int4 10 null
db text 2147483647 null
record_format text 2147483647 'FI'::text

Z39.50 element set.

transmission_format text 2147483647 'usmarc'::text

Z39.50 preferred record syntax..

auth bool 1 true
use_perm int4 10 null
perm_list.id use_perm_fkey R

If set, this permission is required for the source to be listed in the staff client Z39.50 interface. Similar to permission.grp_tree.application_perm.

Indexes

Constraint Name Type Sort Column(s)
z3950_source_pkey Primary key Asc name
z3950_source_label_key Must be unique Asc label

Relationships