aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-04-08 05:11:03 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-04-08 05:11:03 +0000
commit607c6d25d76121b03c9c3e3c07b2cf060d54de41 (patch)
treed14a45af003ac211a5f56bd6fdaaee890c98b0ac
parented845c7374889c879ef886c9584da8ea30114679 (diff)
downloadpostgresql-607c6d25d76121b03c9c3e3c07b2cf060d54de41.tar.gz
postgresql-607c6d25d76121b03c9c3e3c07b2cf060d54de41.zip
Link already-existing COMMENT and REINDEX command docs into documentation.
-rw-r--r--doc/src/sgml/ref/allfiles.sgml4
-rw-r--r--doc/src/sgml/ref/commands.sgml4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml
index 40c01ed9588..89a7ed52c06 100644
--- a/doc/src/sgml/ref/allfiles.sgml
+++ b/doc/src/sgml/ref/allfiles.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.16 2000/04/08 02:16:26 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.17 2000/04/08 05:11:03 tgl Exp $
Postgres documentation
Complete list of usable sgml source files in this directory.
-->
@@ -46,6 +46,7 @@ Complete list of usable sgml source files in this directory.
<!entity begin system "begin.sgml">
<!entity close system "close.sgml">
<!entity cluster system "cluster.sgml">
+<!entity commentOn system "comment.sgml">
<!entity commit system "commit.sgml">
<!entity copyTable system "copy.sgml">
<!entity createAggregate system "create_aggregate.sgml">
@@ -89,6 +90,7 @@ Complete list of usable sgml source files in this directory.
<!entity lock system "lock.sgml">
<!entity move system "move.sgml">
<!entity notify system "notify.sgml">
+<!entity reindex system "reindex.sgml">
<!entity reset system "reset.sgml">
<!entity revoke system "revoke.sgml">
<!entity rollback system "rollback.sgml">
diff --git a/doc/src/sgml/ref/commands.sgml b/doc/src/sgml/ref/commands.sgml
index ca6ab04ed11..45f609647f0 100644
--- a/doc/src/sgml/ref/commands.sgml
+++ b/doc/src/sgml/ref/commands.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/commands.sgml,v 1.23 2000/04/08 02:16:26 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/commands.sgml,v 1.24 2000/04/08 05:11:03 tgl Exp $
Postgres documentation
-->
@@ -20,6 +20,7 @@ Postgres documentation
&begin;
&close;
&cluster;
+ &commentOn;
&commit;
&copyTable;
&createAggregate;
@@ -63,6 +64,7 @@ Postgres documentation
&lock;
&move;
&notify;
+ &reindex;
&reset;
&revoke;
&rollback;