1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +03:00

Make TABLE an optional keyword, a la LOCK TABLE (gram.y fixes not yet

committed, but will be within a week or two).
Actually include the reference page into the docs...
This commit is contained in:
Thomas G. Lockhart
1999-10-01 15:24:09 +00:00
parent 03e5edb7e4
commit 66d17c3e26
3 changed files with 20 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/commands.sgml,v 1.18 1999/08/06 13:50:30 thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/commands.sgml,v 1.19 1999/10/01 15:24:09 thomas Exp $
Postgres documentation
-->
@@ -67,6 +67,7 @@ Postgres documentation
&selectInto;
&set;
&show;
&truncate;
&unlisten;
&update;
&vacuum;