File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.16 2000/04/08 02:16:26 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.17 2000/04/08 05:11:03 tgl Exp $
3
3
Postgres documentation
4
4
Complete list of usable sgml source files in this directory.
5
5
-->
@@ -46,6 +46,7 @@ Complete list of usable sgml source files in this directory.
46
46
<!entity begin system "begin.sgml">
47
47
<!entity close system "close.sgml">
48
48
<!entity cluster system "cluster.sgml">
49
+ <!entity commentOn system "comment.sgml">
49
50
<!entity commit system "commit.sgml">
50
51
<!entity copyTable system "copy.sgml">
51
52
<!entity createAggregate system "create_aggregate.sgml">
@@ -89,6 +90,7 @@ Complete list of usable sgml source files in this directory.
89
90
<!entity lock system "lock.sgml">
90
91
<!entity move system "move.sgml">
91
92
<!entity notify system "notify.sgml">
93
+ <!entity reindex system "reindex.sgml">
92
94
<!entity reset system "reset.sgml">
93
95
<!entity revoke system "revoke.sgml">
94
96
<!entity rollback system "rollback.sgml">
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/commands.sgml,v 1.23 2000/04/08 02:16:26 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/commands.sgml,v 1.24 2000/04/08 05:11:03 tgl Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -20,6 +20,7 @@ Postgres documentation
20
20
&begin;
21
21
&close;
22
22
&cluster;
23
+ &commentOn;
23
24
&commit;
24
25
©Table;
25
26
&createAggregate;
@@ -63,6 +64,7 @@ Postgres documentation
63
64
&lock;
64
65
&move;
65
66
¬ify;
67
+ &reindex;
66
68
&reset;
67
69
&revoke;
68
70
&rollback;
You can’t perform that action at this time.
0 commit comments