diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-12-04 05:03:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-12-04 05:03:49 +0000 |
commit | e958a3054284dcc1784be1bf0a9685844ac533a9 (patch) | |
tree | fbec50dcefeb0ce31c018f809d980fdfd22891ba | |
parent | 240e4c98f5f41d83d3c887d26e2dbfd9bd849d00 (diff) | |
download | postgresql-e958a3054284dcc1784be1bf0a9685844ac533a9.tar.gz postgresql-e958a3054284dcc1784be1bf0a9685844ac533a9.zip |
Update scripts from Peter.
-rw-r--r-- | doc/src/sgml/ref/create_user.sgml | 9 | ||||
-rw-r--r-- | doc/src/sgml/ref/destroydb.sgml | 0 | ||||
-rw-r--r-- | doc/src/sgml/ref/destroylang.sgml | 0 | ||||
-rw-r--r-- | doc/src/sgml/ref/destroyuser.sgml | 0 |
4 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_user.sgml b/doc/src/sgml/ref/create_user.sgml index 4601edc3dd2..2f5d1d7feea 100644 --- a/doc/src/sgml/ref/create_user.sgml +++ b/doc/src/sgml/ref/create_user.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v 1.11 1999/12/04 04:53:15 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_user.sgml,v 1.12 1999/12/04 05:03:49 momjian Exp $ Postgres documentation --> @@ -62,6 +62,13 @@ CREATE USER <replaceable class="PARAMETER">username</replaceable> choose to keep the numbers the same. </para> <para> + If you still want the + OS user id and the <filename>usesysid</filename> to match + for any given user, + use the <application>createuser</application> script provided with + the <productname>Postgres</productname> distribution. + </para> + <para> If this is not specified, the highest assigned user id plus one will be used as default. </para> diff --git a/doc/src/sgml/ref/destroydb.sgml b/doc/src/sgml/ref/destroydb.sgml deleted file mode 100644 index e69de29bb2d..00000000000 --- a/doc/src/sgml/ref/destroydb.sgml +++ /dev/null diff --git a/doc/src/sgml/ref/destroylang.sgml b/doc/src/sgml/ref/destroylang.sgml deleted file mode 100644 index e69de29bb2d..00000000000 --- a/doc/src/sgml/ref/destroylang.sgml +++ /dev/null diff --git a/doc/src/sgml/ref/destroyuser.sgml b/doc/src/sgml/ref/destroyuser.sgml deleted file mode 100644 index e69de29bb2d..00000000000 --- a/doc/src/sgml/ref/destroyuser.sgml +++ /dev/null |