diff options
Diffstat (limited to 'doc/src/sgml/ref/dropdb.sgml')
| -rw-r--r-- | doc/src/sgml/ref/dropdb.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/dropdb.sgml b/doc/src/sgml/ref/dropdb.sgml index fba806e035..f02e467033 100644 --- a/doc/src/sgml/ref/dropdb.sgml +++ b/doc/src/sgml/ref/dropdb.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.8 2000/11/22 01:41:13 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.9 2000/12/25 23:15:26 petere Exp $ Postgres documentation --> @@ -116,7 +116,7 @@ Postgres documentation The options <literal>-h</literal>, <literal>-p</literal>, <literal>-U</literal>, <literal>-W</literal>, and <literal>-e</literal> are passed on literally to - <xref linkend="APP-PSQL" endterm="APP-PSQL-title">. + <xref linkend="APP-PSQL">. </para> </refsect2> @@ -145,7 +145,7 @@ Postgres documentation If there is an error condition, the backend error message will be displayed. See <xref linkend="SQL-DROPDATABASE" endterm="SQL-DROPDATABASE-title"> - and <xref linkend="APP-PSQL" endterm="APP-PSQL-title"> for possibilities. + and <xref linkend="APP-PSQL"> for possibilities. </para> </refsect2> </refsynopsisdiv> @@ -167,7 +167,7 @@ Postgres documentation <acronym>SQL</acronym> command <xref linkend="SQL-DROPDATABASE" endterm="SQL-DROPDATABASE-title"> via the <productname>Postgres</productname> interactive terminal - <xref linkend="APP-PSQL" endterm="APP-PSQL-title">. Thus, there is nothing + <xref linkend="APP-PSQL">. Thus, there is nothing special about dropping databases via this or other methods. This means that the <application>psql</application> must be found by the script and that a database server is running at the targeted host. Also, any default |
