|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.35 2003/09/1200:12:47 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.36 2003/09/1223:04:45 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -53,16 +53,6 @@ PostgreSQL documentation
|
53 | 53 | this utility and via other methods for accessing the server.
|
54 | 54 | </para>
|
55 | 55 |
|
56 |
| - <para> |
57 |
| - In case of difficulty, see <xref linkend="SQL-CREATEDATABASE" |
58 |
| - endterm="sql-createdatabase-title"> and <xref linkend="APP-PSQL"> for |
59 |
| - discussions of potential problems and error messages. |
60 |
| - The database server must be running at the |
61 |
| - targeted host. Also, any default connection settings and environment |
62 |
| - variables used by the <application>libpq</application> front-end |
63 |
| - library will apply. |
64 |
| - </para> |
65 |
| - |
66 | 56 | </refsect1>
|
67 | 57 |
|
68 | 58 |
|
@@ -252,7 +242,23 @@ PostgreSQL documentation
|
252 | 242 | </refsect1>
|
253 | 243 |
|
254 | 244 |
|
255 |
| - <refsect1 id="R1-APP-CREATEDB-2"> |
| 245 | + <refsect1> |
| 246 | + <title>Diagnostics</title> |
| 247 | + |
| 248 | + <para> |
| 249 | + In case of difficulty, see <xref linkend="SQL-CREATEDATABASE" |
| 250 | + endterm="sql-createdatabase-title"> and <xref linkend="APP-PSQL"> for |
| 251 | + discussions of potential problems and error messages. |
| 252 | + The database server must be running at the |
| 253 | + targeted host. Also, any default connection settings and environment |
| 254 | + variables used by the <application>libpq</application> front-end |
| 255 | + library will apply. |
| 256 | + </para> |
| 257 | + |
| 258 | + </refsect1> |
| 259 | + |
| 260 | + |
| 261 | + <refsect1> |
256 | 262 | <title>Examples</title>
|
257 | 263 |
|
258 | 264 | <para>
|
|