1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +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,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.44 2007/01/31 20:56:19 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/start.sgml,v 1.45 2007/06/21 10:43:09 petere Exp $ -->
<chapter id="tutorial-start">
<title>Getting Started</title>
@@ -154,11 +154,7 @@
<screen>
<prompt>$</prompt> <userinput>createdb mydb</userinput>
</screen>
This should produce as response:
<screen>
CREATE DATABASE
</screen>
If so, this step was successful and you can skip over the
If this produces no response then this step was successful and you can skip over the
remainder of this section.
</para>