Project

General

Profile

« Previous | Next » 

Revision 9924

Added by Jing Tao over 7 years ago

Add the code to create a new column on xml_catalog table.
Register the nonamespace format id or uni on the xml_catalog table.

View differences:

xmltables-postgres.sql
131 131
	public_id VARCHAR(500),	-- the unique id for this type
132 132
	system_id VARCHAR(1000),	-- the local location of the object
133 133
  format_id VARCHAR(1000),  -- the format id from dataone 
134
  no_namespace_schema_location VARCHAR(2000), -- the identifier for a no-namespace schema
134 135
   CONSTRAINT xml_catalog_pk PRIMARY KEY (catalog_id),
135 136
   CONSTRAINT xml_catalog_uk UNIQUE
136 137
              (entry_type, source_doctype, target_doctype, public_id, format_id)

Also available in: Unified diff