diff options
author | Philip Warner <pjw@rhyme.com.au> | 2000-10-16 03:34:47 +0000 |
---|---|---|
committer | Philip Warner <pjw@rhyme.com.au> | 2000-10-16 03:34:47 +0000 |
commit | 3c0157deb84bbca80dc2e7f859fb4a9264fa1712 (patch) | |
tree | cb5bff34fc216432791f52a723556e379e25908d /doc/src | |
parent | 06dc338ee9b971c23effe0b367596bf7687ff656 (diff) | |
download | postgresql-3c0157deb84bbca80dc2e7f859fb4a9264fa1712.tar.gz postgresql-3c0157deb84bbca80dc2e7f859fb4a9264fa1712.zip |
Added pg_restore to allfiles.sgml
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/allfiles.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/allfiles.sgml b/doc/src/sgml/ref/allfiles.sgml index 8c73a03631c..bdd78d1f28f 100644 --- a/doc/src/sgml/ref/allfiles.sgml +++ b/doc/src/sgml/ref/allfiles.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.23 2000/10/10 22:01:51 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.24 2000/10/16 03:34:47 pjw Exp $ Postgres documentation Complete list of usable sgml source files in this directory. --> @@ -125,6 +125,7 @@ Complete list of usable sgml source files in this directory. <!entity pgDump system "pg_dump.sgml"> <!entity pgDumpall system "pg_dumpall.sgml"> <!entity pgPasswd system "pg_passwd.sgml"> +<!entity pgRestore system "pg_restore.sgml"> <!entity pgTclSh system "pgtclsh.sgml"> <!entity pgTkSh system "pgtksh.sgml"> <!entity pgUpgrade system "pg_upgrade.sgml"> |