1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Add new SQL reference page and the first utility/app reference page

converted from the man page.
This commit is contained in:
Thomas G. Lockhart
1998-09-30 05:38:56 +00:00
parent 44e01bf992
commit d1a3b7528d
5 changed files with 1019 additions and 3 deletions

View File

@@ -55,6 +55,7 @@
-->
<!-- these are in the "commands" reference chapter -->
<!entity abort system "abort.sgml">
<!entity alterTable system "alter_table.sgml">
<!entity alterUser system "alter_user.sgml">
<!entity begin system "begin.sgml">
@@ -107,3 +108,6 @@
<!entity show system "show.sgml">
<!entity update system "update.sgml">
<!entity vacuum system "vacuum.sgml">
<!-- these are in the "utilities" reference chapter -->
<!entity psqlRef system "psql-ref.sgml">