From e958a3054284dcc1784be1bf0a9685844ac533a9 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sat, 4 Dec 1999 05:03:49 +0000
Subject: [PATCH] Update scripts from Peter.

---
 doc/src/sgml/ref/create_user.sgml | 9 ++++++++-
 doc/src/sgml/ref/destroydb.sgml   | 0
 doc/src/sgml/ref/destroylang.sgml | 0
 doc/src/sgml/ref/destroyuser.sgml | 0
 4 files changed, 8 insertions(+), 1 deletion(-)
 delete mode 100644 doc/src/sgml/ref/destroydb.sgml
 delete mode 100644 doc/src/sgml/ref/destroylang.sgml
 delete mode 100644 doc/src/sgml/ref/destroyuser.sgml

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
 -->
 
@@ -61,6 +61,13 @@ CREATE USER <replaceable class="PARAMETER">username</replaceable>
         match the <acronym>UNIX</acronym> user ids, but some people
         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.
diff --git a/doc/src/sgml/ref/destroydb.sgml b/doc/src/sgml/ref/destroydb.sgml
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/doc/src/sgml/ref/destroylang.sgml b/doc/src/sgml/ref/destroylang.sgml
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/doc/src/sgml/ref/destroyuser.sgml b/doc/src/sgml/ref/destroyuser.sgml
deleted file mode 100644
index e69de29bb2d..00000000000
-- 
GitLab