From: Bruce Momjian Date: Sat, 4 Dec 1999 05:03:49 +0000 (+0000) Subject: Update scripts from Peter. X-Git-Tag: REL7_0~1093 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e958a3054284dcc1784be1bf0a9685844ac533a9;p=postgresql Update scripts from Peter. --- diff --git a/doc/src/sgml/ref/create_user.sgml b/doc/src/sgml/ref/create_user.sgml index 4601edc3dd..2f5d1d7fee 100644 --- a/doc/src/sgml/ref/create_user.sgml +++ b/doc/src/sgml/ref/create_user.sgml @@ -1,5 +1,5 @@ @@ -61,6 +61,13 @@ CREATE USER username match the UNIX user ids, but some people choose to keep the numbers the same. + + If you still want the + OS user id and the usesysid to match + for any given user, + use the createuser script provided with + the Postgres distribution. + If this is not specified, the highest assigned user id plus one will be used as default. diff --git a/doc/src/sgml/ref/destroydb.sgml b/doc/src/sgml/ref/destroydb.sgml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/doc/src/sgml/ref/destroylang.sgml b/doc/src/sgml/ref/destroylang.sgml deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/doc/src/sgml/ref/destroyuser.sgml b/doc/src/sgml/ref/destroyuser.sgml deleted file mode 100644 index e69de29bb2..0000000000