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

Add new information for utility commands.

Haven't yet done cleardbdir, ipcclean, pg_passwd, and pg_upgrade.
Add reference info for the SQL VACUUM command (oops, forgot it earlier).
This commit is contained in:
Thomas G. Lockhart
1998-10-05 02:54:45 +00:00
parent a54ba52101
commit 37d2f76ef7
12 changed files with 2195 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ commands supported by <productname>Postgres</productname>.
&set;
&show;
&update;
&vacuum;
</Chapter>
@@ -84,6 +85,14 @@ This is reference information for the
<productname>Postgres</productname> support utilities.
</para>
&createdb;
&createuser;
&destroydb;
&destroyuser;
&initdb;
&initlocation;
&pgDump;
&pgDumpall;
&psqlRef;
</chapter>