1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.15 2000/11/22 01:41:13 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.16 2000/12/25 23:15:26 petere Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -99,7 +99,7 @@ Postgres documentation
99
99
<listitem>
100
100
<para>
101
101
Specifies the alternative database location. See also <xref
102
- linkend="app-initlocation" endterm="app-initlocation-title" >.
102
+ linkend="app-initlocation">.
103
103
</para>
104
104
</listitem>
105
105
</varlistentry>
@@ -139,7 +139,7 @@ Postgres documentation
139
139
140
140
The options <literal>-h</literal>, <literal>-p</literal>, <literal>-U</literal>,
141
141
<literal>-W</literal>, and <literal>-e</literal> are passed on literally to
142
- <xref linkend="APP-PSQL" endterm="APP-PSQL-title ">.
142
+ <xref linkend="app-psql ">.
143
143
</para>
144
144
</refsect2>
145
145
@@ -177,8 +177,8 @@ Postgres documentation
177
177
</variablelist>
178
178
179
179
If there is an error condition, the backend error message will be displayed.
180
- See <xref linkend="SQL-CREATEDATABASE" endterm="SQL-CREATEDATABASE-title" >
181
- and <xref linkend="APP-PSQL" endterm="APP-PSQL-title" > for possibilities.
180
+ See <xref linkend="SQL-CREATEDATABASE">
181
+ and <xref linkend="APP-PSQL"> for possibilities.
182
182
</para>
183
183
</refsect2>
184
184
</refsynopsisdiv>
@@ -197,7 +197,7 @@ Postgres documentation
197
197
<acronym>SQL</acronym> command
198
198
<xref linkend="SQL-CREATEDATABASE" endterm="SQL-CREATEDATABASE-title"> via
199
199
the <productname>Postgres</productname> interactive terminal
200
- <xref linkend="APP-PSQL" endterm="APP-PSQL-title" >. Thus, there is nothing
200
+ <xref linkend="APP-PSQL">. Thus, there is nothing
201
201
special about creating databases via this or other methods. This means
202
202
that the <application>psql</application> must be found by the script and that
203
203
a database server is running at the targeted host. Also, any default
0 commit comments