? sgml/.catalogs.sgml.swp ? sgml/HTML.index ? sgml/HTML.manifest ? sgml/biblio.html ? sgml/bki-commands.html ? sgml/bki-example.html ? sgml/bki.html ? sgml/bookindex.sgml ? sgml/catalog-pg-aggregate.html ? sgml/catalog-pg-am.html ? sgml/catalog-pg-amop.html ? sgml/catalog-pg-amproc.html ? sgml/catalog-pg-attrdef.html ? sgml/catalog-pg-attribute.html ? sgml/catalog-pg-cast.html ? sgml/catalog-pg-class.html ? sgml/catalog-pg-constraint.html ? sgml/catalog-pg-conversion.html ? sgml/catalog-pg-database.html ? sgml/catalog-pg-depend.html ? sgml/catalog-pg-description.html ? sgml/catalog-pg-group.html ? sgml/catalog-pg-index.html ? sgml/catalog-pg-inherits.html ? sgml/catalog-pg-language.html ? sgml/catalog-pg-largeobject.html ? sgml/catalog-pg-listener.html ? sgml/catalog-pg-namespace.html ? sgml/catalog-pg-opclass.html ? sgml/catalog-pg-operator.html ? sgml/catalog-pg-proc.html ? sgml/catalog-pg-rewrite.html ? sgml/catalog-pg-shadow.html ? sgml/catalog-pg-statistic.html ? sgml/catalog-pg-trigger.html ? sgml/catalog-pg-type.html ? sgml/catalogs.html ? sgml/compiler.html ? sgml/connect-estab.html ? sgml/cvs-tree.html ? sgml/cvs.html ? sgml/cvsup.html ? sgml/doc-build.html ? sgml/doc-sources.html ? sgml/doc-style.html ? sgml/doc-toolsets.html ? sgml/docguide.html ? sgml/executor.html ? sgml/geqo-biblio.html ? sgml/geqo-intro2.html ? sgml/geqo-pg-intro.html ? sgml/geqo.html ? sgml/gist.html ? sgml/index.html ? sgml/ln8.html ? sgml/nls-programmer.html ? sgml/nls.html ? sgml/overview.html ? sgml/page.html ? sgml/parser-stage.html ? sgml/planner-optimizer.html ? sgml/protocol-message-formats.html ? sgml/protocol-message-types.html ? sgml/protocol-protocol.html ? sgml/protocol.html ? sgml/rule-system.html ? sgml/setindex.sgml ? sgml/source.html Index: sgml//catalogs.sgml =================================================================== RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/catalogs.sgml,v retrieving revision 2.62 diff -c -r2.62 catalogs.sgml *** sgml//catalogs.sgml 2002/09/24 21:26:44 2.62 --- sgml//catalogs.sgml 2002/10/11 01:37:01 *************** *** 23,28 **** --- 23,36 ---- creates the database on disk.) There are some exceptions for especially esoteric operations, such as adding index access methods. + + Most of the system catalogs are copied during database creation from + the template database, as such are database specific. Catalogs + pg_database, + pg_shadow, and + pg_group + are global to the installation. + System Catalogs *************** *** 37,43 **** ! pg_aggregate aggregate functions --- 45,52 ---- ! ! pg_aggregate aggregate functions *************** *** 57,178 **** ! pg_attrdef column default values ! pg_attribute table columns (attributes, fields) ! pg_cast casts (data type conversions) ! pg_class tables, indexes, sequences (relations) ! pg_constraint check constraints, unique / primary key constraints, foreign key constraints ! pg_conversion encoding conversion information ! pg_database databases within this database cluster ! pg_depend dependencies between database objects ! pg_description descriptions or comments on database objects ! pg_group groups of database users ! pg_index additional index information ! pg_inherits table inheritance hierarchy ! pg_language languages for writing functions ! pg_largeobject large objects ! pg_listener asynchronous notification ! pg_namespace namespaces (schemas) ! pg_opclass index access method operator classes ! pg_operator operators ! pg_proc functions and procedures ! pg_rewrite query rewriter rules ! pg_shadow database users ! pg_statistic optimizer statistics ! pg_trigger triggers ! pg_type data types --- 66,211 ---- ! ! pg_attrdef column default values ! ! pg_attribute table columns (attributes, fields) ! ! pg_cast casts (data type conversions) ! ! pg_class tables, indexes, sequences (relations) ! ! pg_constraint check constraints, unique / primary key constraints, foreign key constraints ! ! pg_conversion encoding conversion information ! ! pg_database databases within this database cluster ! ! pg_depend dependencies between database objects ! ! pg_description descriptions or comments on database objects ! ! pg_group groups of database users ! ! pg_index additional index information ! ! pg_inherits table inheritance hierarchy ! ! pg_language languages for writing functions ! ! pg_largeobject large objects ! ! pg_listener asynchronous notification ! ! pg_namespace namespaces (schemas) ! ! pg_opclass index access method operator classes ! ! pg_operator operators ! ! pg_proc functions and procedures ! ! pg_rewrite query rewriter rules ! ! pg_shadow database users ! ! pg_statistic optimizer statistics ! ! pg_trigger triggers ! ! pg_type data types