diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_user.sgml')
| -rw-r--r-- | doc/src/sgml/ref/drop_user.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/drop_user.sgml b/doc/src/sgml/ref/drop_user.sgml index 9c7cc4c58c..2a20e55eed 100644 --- a/doc/src/sgml/ref/drop_user.sgml +++ b/doc/src/sgml/ref/drop_user.sgml @@ -1,6 +1,6 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_user.sgml,v 1.12 2001/09/03 12:57:50 petere Exp $ -Postgres documentation +$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_user.sgml,v 1.13 2001/12/08 03:24:36 thomas Exp $ +PostgreSQL documentation --> <refentry id="SQL-DROPUSER"> @@ -109,7 +109,7 @@ DROP USER: user "<replaceable class="parameter">name</replaceable>" owns databas Use <xref linkend="SQL-CREATEUSER" endterm="SQL-CREATEUSER-title"> to add new users, and <xref linkend="SQL-ALTERUSER" endterm="SQL-ALTERUSER-title"> to change a user's properties. - <productname>Postgres</productname> + <productname>PostgreSQL</productname> comes with a script <xref linkend="APP-DROPUSER" endterm="APP-DROPUSER-title"> which has the same functionality as this command (in fact, it calls this command) |
