projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c232c8a
)
no-data-for-failed-tables is a pg_restore option, not a pg_dump option.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 25 Sep 2006 15:31:50 +0000
(15:31 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 25 Sep 2006 15:31:50 +0000
(15:31 +0000)
doc/src/sgml/release.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release.sgml
b/doc/src/sgml/release.sgml
index 9b7396e9a991f72c3cb7b960252f8cfbb3563a42..9e55f6858d9064a92b27cd8e1682536d47b82a8c 100644
(file)
--- a/
doc/src/sgml/release.sgml
+++ b/
doc/src/sgml/release.sgml
@@
-1,4
+1,4
@@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.45
5 2006/09/25 15:04:37 momjian
Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.45
6 2006/09/25 15:31:50 tgl
Exp $ -->
<!--
Typical markup:
@@
-1710,7
+1710,7
@@
For new features, add links to the documentation sections.
<listitem>
<para>
- Add <application>pg_
dump
</> <literal>-X
+ Add <application>pg_
restore
</> <literal>-X
no-data-for-failed-tables</> option to suppress loading
data if table creation failed (the table already exists)
(Martin Pitt)