diff options
author | Tom Lane | 2013-03-31 22:59:35 +0000 |
---|---|---|
committer | Tom Lane | 2013-03-31 22:59:35 +0000 |
commit | e48a7bd527481556f7068832331ef6b00805920b (patch) | |
tree | 71ad6ada43c2946a77cb37a7f62a90f7dc5aea1a /doc/src/sgml/release-9.0.sgml | |
parent | d931ac0ec4c25b61f480562a13f1974f913afd59 (diff) |
Update release notes for changes through today.
Diffstat (limited to 'doc/src/sgml/release-9.0.sgml')
-rw-r--r-- | doc/src/sgml/release-9.0.sgml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index e7efedc2037..8da5cc3e932 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -232,7 +232,8 @@ <listitem> <para> - Ignore invalid indexes in <application>pg_dump</> (Michael Paquier) + Ignore invalid indexes in <application>pg_dump</> and + <application>pg_upgrade</> (Michael Paquier, Bruce Momjian) </para> <para> @@ -242,6 +243,8 @@ index creation is in fact still in progress, it seems reasonable to consider it to be an uncommitted DDL change, which <application>pg_dump</> wouldn't be expected to dump anyway. + <application>pg_upgrade</> now also skips invalid indexes rather than + failing. </para> </listitem> |