1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Update examples of create/drop scripts.

This commit is contained in:
Peter Eisentraut
2007-06-21 10:43:09 +00:00
parent 4c2d3ccf8a
commit 8ddb046bc9
5 changed files with 9 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.37 2007/06/04 10:02:40 petere Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.38 2007/06/21 10:43:09 petere Exp $
PostgreSQL documentation
-->
@@ -195,7 +195,6 @@ PostgreSQL documentation
server:
<screen>
<prompt>$ </prompt><userinput>dropuser joe</userinput>
<computeroutput>DROP ROLE</computeroutput>
</screen>
</para>
@@ -207,8 +206,7 @@ PostgreSQL documentation
<prompt>$ </prompt><userinput>dropuser -p 5000 -h eden -i -e joe</userinput>
<computeroutput>Role "joe" will be permanently removed.
Are you sure? (y/n) </computeroutput><userinput>y</userinput>
<computeroutput>DROP ROLE "joe"
DROP ROLE</computeroutput>
<computeroutput>DROP ROLE joe;</computeroutput>
</screen>
</para>
</refsect1>