From 2a1bfbce24c5a34a9fbe82d3569b96459cb898cf Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 15 Jan 2000 18:30:35 +0000 Subject: - Allow array on int8 - Prevent permissions on indexes - Instituted --enable-multibyte option and tweaked the MB build process where necessary - initdb prompts for superuser password --- doc/src/sgml/ref/initdb.sgml | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 2e235c082c9..e08ab377f9c 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -1,5 +1,5 @@ @@ -25,8 +25,8 @@ Postgres documentation initdb [ --pgdata|-D dbdir ] [ --sysid|-i sysid ] - [ --password|-W password ] - [ --pgencoding|-e encoding ] + [ --pwprompt|-W ] + [ --encoding|-e encoding ] [ --pglib|-L libdir ] [ --username|-u name ] [ --noclean | -n ] [ --debug | -d ] [ --template | -t ] @@ -71,20 +71,20 @@ initdb [ --pgdata|-D dbdir ] - --password=password - -W password + --pwprompt + -W - Sets the password of the database superuser. If you don't plan - on using password authentication, this is not important. If you - do, you can save yourself a trip by specifying it here, but you - can always change it later. The default password is empty. + Makes initdb prompt for a password of the database superuser. If you + don't plan on using password authentication, this is not important. + Otherwise you won't be able to use password authentication until + you have a password set up. - --pgencoding=encoding + --encoding=encoding -e encoding @@ -246,15 +246,6 @@ initdb [ --pgdata|-D dbdir ] it is a good idea to create the data directory before running initdb and to hand over the ownership of it to the database superuser. - - - Note that if you use the you must give correct - information about the name of the current user. If you don't - this will usually manifest itself in an error message about chmod - failing on a file pg_pwd, because the backend silently - refuses to create it. - - -- cgit v1.2.3