Commit ba834d64 authored by Bruce Momjian's avatar Bruce Momjian

Update initdb flags.

parent d7959b5c
...@@ -197,7 +197,7 @@ Allow unprivileged users to change their passwords (Peter E) ...@@ -197,7 +197,7 @@ Allow unprivileged users to change their passwords (Peter E)
With password authentication enabled, new users without passwords can't With password authentication enabled, new users without passwords can't
connect (Peter E) connect (Peter E)
Disallow dropping a user who owns a database (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) 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) Allow complex type casts like col::numeric(9,2) and col::int2::float8 (Tom)
Updated user interfaces on initdb, initlocation, pg_dump, ipcclean Updated user interfaces on initdb, initlocation, pg_dump, ipcclean
......
...@@ -232,7 +232,7 @@ Allow unprivileged users to change their passwords (Peter E) ...@@ -232,7 +232,7 @@ Allow unprivileged users to change their passwords (Peter E)
With password authentication enabled, new users without passwords can't With password authentication enabled, new users without passwords can't
connect (Peter E) connect (Peter E)
Disallow dropping a user who owns a database (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) 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) Allow complex type casts like col::numeric(9,2) and col::int2::float8 (Tom)
Updated user interfaces on initdb, initlocation, pg_dump, ipcclean Updated user interfaces on initdb, initlocation, pg_dump, ipcclean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment