From 411a64ba73ff920aa8fcc242030fd2fd8aafd35f Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Fri, 19 May 2006 03:55:40 +0000 Subject: [PATCH] Stamp 8.1.4, except configure/configure.in. --- doc/src/sgml/release.sgml | 4 ++-- 1 file 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> -- GitLab