diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/bki.sgml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/src/sgml/bki.sgml b/doc/src/sgml/bki.sgml index ed61752e7fa..036a72c81e9 100644 --- a/doc/src/sgml/bki.sgml +++ b/doc/src/sgml/bki.sgml @@ -18,13 +18,10 @@ <para> The structures of the catalogs are declared in specially formatted C header files in the <filename>src/include/catalog/</filename> directory of - the source tree. In particular, for each catalog there is a header file + the source tree. For each catalog there is a header file named after the catalog (e.g., <filename>pg_class.h</filename> for <structname>pg_class</structname>), which defines the set of columns the catalog has, as well as some other basic properties such as its OID. - Other critical files defining the catalog structure - include <filename>indexing.h</filename>, which defines the indexes present - on all the system catalogs. </para> <para> |