diff options
author | Philip Warner <pjw@rhyme.com.au> | 2000-10-18 13:29:23 +0000 |
---|---|---|
committer | Philip Warner <pjw@rhyme.com.au> | 2000-10-18 13:29:23 +0000 |
commit | 60dcf13ea10a5ab6fa61e8509df36b5823a15857 (patch) | |
tree | 04a8f48358c9d227eb06b30b4a7b893e489ee15e /doc/src | |
parent | 2e6358172fe6c6927388528ea0ae935840dfe1c3 (diff) | |
download | postgresql-60dcf13ea10a5ab6fa61e8509df36b5823a15857.tar.gz postgresql-60dcf13ea10a5ab6fa61e8509df36b5823a15857.zip |
Added pg_restore (probably rename later)
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/commands.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/commands.sgml b/doc/src/sgml/ref/commands.sgml index 1233c002f45..d1c55cdc7e3 100644 --- a/doc/src/sgml/ref/commands.sgml +++ b/doc/src/sgml/ref/commands.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/commands.sgml,v 1.28 2000/08/26 13:08:15 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/commands.sgml,v 1.29 2000/10/18 13:29:23 pjw Exp $ Postgres documentation --> @@ -128,6 +128,7 @@ functions supported by <productname>Postgres</productname>. &pgCtl; &pgDump; &pgDumpall; + &pgRestore; &psqlRef; &pgTclSh; &pgTkSh; |