Commit 607c6d25 authored by Tom Lane's avatar Tom Lane

Link already-existing COMMENT and REINDEX command docs into documentation.

parent ed845c73
<!-- <!--
$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 Postgres documentation
Complete list of usable sgml source files in this directory. Complete list of usable sgml source files in this directory.
--> -->
...@@ -46,6 +46,7 @@ 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 begin system "begin.sgml">
<!entity close system "close.sgml"> <!entity close system "close.sgml">
<!entity cluster system "cluster.sgml"> <!entity cluster system "cluster.sgml">
<!entity commentOn system "comment.sgml">
<!entity commit system "commit.sgml"> <!entity commit system "commit.sgml">
<!entity copyTable system "copy.sgml"> <!entity copyTable system "copy.sgml">
<!entity createAggregate system "create_aggregate.sgml"> <!entity createAggregate system "create_aggregate.sgml">
...@@ -89,6 +90,7 @@ Complete list of usable sgml source files in this directory. ...@@ -89,6 +90,7 @@ Complete list of usable sgml source files in this directory.
<!entity lock system "lock.sgml"> <!entity lock system "lock.sgml">
<!entity move system "move.sgml"> <!entity move system "move.sgml">
<!entity notify system "notify.sgml"> <!entity notify system "notify.sgml">
<!entity reindex system "reindex.sgml">
<!entity reset system "reset.sgml"> <!entity reset system "reset.sgml">
<!entity revoke system "revoke.sgml"> <!entity revoke system "revoke.sgml">
<!entity rollback system "rollback.sgml"> <!entity rollback system "rollback.sgml">
......
<!-- <!--
$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 Postgres documentation
--> -->
...@@ -20,6 +20,7 @@ Postgres documentation ...@@ -20,6 +20,7 @@ Postgres documentation
&begin; &begin;
&close; &close;
&cluster; &cluster;
&commentOn;
&commit; &commit;
&copyTable; &copyTable;
&createAggregate; &createAggregate;
...@@ -63,6 +64,7 @@ Postgres documentation ...@@ -63,6 +64,7 @@ Postgres documentation
&lock; &lock;
&move; &move;
&notify; &notify;
&reindex;
&reset; &reset;
&revoke; &revoke;
&rollback; &rollback;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment