mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Rewrite system catalog documentation man page in DocBook with more recent
information.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/sql.sgml,v 1.12 2000/09/29 20:21:34 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/sql.sgml,v 1.13 2000/11/29 20:15:59 petere Exp $
|
||||
-->
|
||||
|
||||
<chapter id="sql">
|
||||
@ -1574,7 +1574,7 @@ CREATE INDEX I ON SUPPLIER (SNAME);
|
||||
view (i.e. the rules about how to access physically stored base
|
||||
tables in order to materialize the view) somewhere in the system
|
||||
catalogs (see
|
||||
<xref linkend="catalogs-title" endterm="catalogs-title">). For a
|
||||
<xref linkend="tutorial-catalogs-title" endterm="tutorial-catalogs-title">). For a
|
||||
discussion on different techniques to implement views refer to
|
||||
<!--
|
||||
section
|
||||
@ -1783,8 +1783,8 @@ DELETE FROM SUPPLIER
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="catalogs">
|
||||
<title id="catalogs-title">System Catalogs</title>
|
||||
<sect2 id="tutorial-catalogs">
|
||||
<title id="tutorial-catalogs-title">System Catalogs</title>
|
||||
|
||||
<para>
|
||||
In every <acronym>SQL</acronym> database system
|
||||
|
Reference in New Issue
Block a user