diff options
author | Bruce Momjian | 2000-03-26 03:40:37 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-03-26 03:40:37 +0000 |
commit | ba834d6425ff67dbb532c2d7e26e36711de97ff3 (patch) | |
tree | 35fe192ab82865d373cb896ac3115f67d17b7cbb | |
parent | d7959b5c713ea04ee1b5630da37723c15a74762b (diff) |
Update initdb flags.
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | doc/src/sgml/release.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 7c1978982b4..9ce194d77aa 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -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 |