1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb

forced.
This commit is contained in:
Bruce Momjian
2001-05-14 20:30:21 +00:00
parent 248182560c
commit 1e7b79cebc
16 changed files with 17 additions and 293 deletions

View File

@ -1,6 +1,6 @@
<!--
Documentation of the system catalogs, directed toward PostgreSQL developers
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.16 2001/05/07 00:43:14 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.17 2001/05/14 20:30:19 momjian Exp $
-->
<chapter id="catalogs">
@ -91,21 +91,11 @@
<entry>additional index information</entry>
</row>
<row>
<entry>pg_inheritproc</entry>
<entry>(not used)</entry>
</row>
<row>
<entry>pg_inherits</entry>
<entry>table inheritance hierarchy</entry>
</row>
<row>
<entry>pg_ipl</entry>
<entry>(not used)</entry>
</row>
<row>
<entry>pg_language</entry>
<entry>languages for writing functions</entry>