]> granicus.if.org Git - postgresql/commitdiff
Update initdb flags.
authorBruce Momjian <bruce@momjian.us>
Sun, 26 Mar 2000 03:40:37 +0000 (03:40 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 26 Mar 2000 03:40:37 +0000 (03:40 +0000)
HISTORY
doc/src/sgml/release.sgml

diff --git a/HISTORY b/HISTORY
index 5b50b9bcbc18af3766ca522d90674a0565329174..ad75a9a439e06bb053522a346721b02d973f13fe 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -197,7 +197,7 @@ Allow unprivileged users to change their passwords (Peter E)
 With password authentication enabled, new users without passwords can't
 connect (Peter E)
 Disallow dropping a user who owns a database (Peter E)
-Add initdb --enable-multibyte option (Peter E)
+Change initdb option --with-mb to --enable-multibyte
 Add option for initdb to prompts for superuser password (Peter E)
 Allow complex type casts like col::numeric(9,2) and col::int2::float8 (Tom)
 Updated user interfaces on initdb, initlocation, pg_dump, ipcclean
index 7c1978982b4f7389e4f380a5adaa7ac4de3aa246..9ce194d77aab12b58f21905f589c0311388b0580 100644 (file)
@@ -232,7 +232,7 @@ Allow unprivileged users to change their passwords (Peter E)
 With password authentication enabled, new users without passwords can't
 connect (Peter E)
 Disallow dropping a user who owns a database (Peter E)
-Add initdb --enable-multibyte option (Peter E)
+Change initdb option --with-mb to --enable-multibyte
 Add option for initdb to prompts for superuser password (Peter E)
 Allow complex type casts like col::numeric(9,2) and col::int2::float8 (Tom)
 Updated user interfaces on initdb, initlocation, pg_dump, ipcclean