1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +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/allfiles.sgml,v 1.11 1999/08/06 13:50:29 thomas Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.12 1999/10/01 15:24:09 thomas Exp $
Postgres documentation
Complete list of usable sgml source files in this directory.
-->
@@ -93,6 +93,7 @@ Complete list of usable sgml source files in this directory.
<!entity selectInto system "select_into.sgml">
<!entity set system "set.sgml">
<!entity show system "show.sgml">
<!entity truncate system "truncate.sgml">
<!entity unlisten system "unlisten.sgml">
<!entity update system "update.sgml">
<!entity vacuum system "vacuum.sgml">