Catalog table (CATALOG)

The catalog table describes each catalog.

The catalog table is created with the following CREATE TABLE statement:

CREATE TABLE CATALOG
           ( NAME        VARCHAR(128) NOT NULL, 
             CATLOG      XML, 
             PRIMARY KEY (NAME) )