diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-05-19 03:55:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-05-19 03:55:40 +0000 |
commit | 411a64ba73ff920aa8fcc242030fd2fd8aafd35f (patch) | |
tree | c5c6e1b3847178bf2fc5b679b708bcb7ed97692a /doc/src | |
parent | ba10a1f3e4ee87aa1901833dab29d27390a047ba (diff) | |
download | postgresql-411a64ba73ff920aa8fcc242030fd2fd8aafd35f.tar.gz postgresql-411a64ba73ff920aa8fcc242030fd2fd8aafd35f.zip |
Stamp 8.1.4, except configure/configure.in.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 8b037a523ce..7af48e8c47a 100644 --- 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.426 2006/05/19 03:49:05 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.427 2006/05/19 03:55:40 momjian Exp $ --> <!-- Typical markup: @@ -50,7 +50,7 @@ For new features, add links to the documentation sections. <para>In certain cases, <literal>full_page_writes</> would cause crash recovery to fail. </para></listitem> <listitem><para>Various bitmap scan improvements (Tom)</para></listitem> -<listitem><para>Have <application>pg_dumpall</> dumping pre-8.1 databases with indentical user +<listitem><para>Have <application>pg_dumpall</> dumping pre-8.1 databases with identical user and group names create a single role with <literal>LOGIN</> permission (Tom)</para></listitem> <listitem><para>Fix <application>pg_restore</> <literal>-n</> (Tom)</para></listitem> <listitem><para>Fix <literal>SIMILAR TO</> for alternative values (Tom)</para></listitem> |