|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_database.sgml,v 1.9 1999/07/22 15:09:07 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_database.sgml,v 1.10 1999/12/04 04:53:15 momjian Exp $ |
3 | 3 | Postgres documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -68,7 +68,7 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable> [ WITH LOCATIO |
68 | 68 | <variablelist> |
69 | 69 | <varlistentry> |
70 | 70 | <term><computeroutput> |
71 | | -CREATEDB |
| 71 | +CREATE DATABASE |
72 | 72 | </computeroutput></term> |
73 | 73 | <listitem> |
74 | 74 | <para> |
@@ -184,16 +184,15 @@ comment from Olly; response from Thomas... |
184 | 184 | <computeroutput>Creating Postgres database system directory /home/olly/private_db/base</computeroutput> |
185 | 185 |
|
186 | 186 | <prompt>$</prompt> <userinput>psql olly</userinput> |
187 | | - <computeroutput>Welcome to the POSTGRESQL interactive sql monitor: |
188 | | - Please read the file COPYRIGHT for copyright terms of POSTGRESQL |
189 | | - |
190 | | - type \? for help on slash commands |
191 | | - type \q to quit |
192 | | - type \g or terminate with semicolon to execute query |
193 | | - You are currently connected to the database: template1 |
194 | | - |
| 187 | + <computeroutput>Welcome to psql, the PostgreSQL interactive terminal. |
| 188 | +(Please type \copyright to see the distribution terms of PostgreSQL.) |
| 189 | + |
| 190 | +Type \h for help with SQL commands, |
| 191 | + \? for help on internal slash commands, |
| 192 | + \q to quit, |
| 193 | + \g or terminate with semicolon to execute query. |
195 | 194 | <prompt>olly=></prompt></computeroutput> <userinput>create database elsewhere with location = '/home/olly/private_db';</userinput> |
196 | | - <computeroutput>CREATEDB</computeroutput> |
| 195 | + <computeroutput>CREATE DATABASE</computeroutput> |
197 | 196 | </programlisting> |
198 | 197 | </para> |
199 | 198 | </refsect1> |
|