1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix seriously broken markup for libpq-envars cross-references.

This commit is contained in:
Tom Lane
2007-03-26 17:23:37 +00:00
parent 55a7cf80a0
commit b581b85406
15 changed files with 46 additions and 48 deletions

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.20 2007/02/21 23:21:11 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.21 2007/03/26 17:23:36 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -193,8 +193,8 @@ PostgreSQL documentation
<para> <para>
This utility, like most other <productname>PostgreSQL</> utilities, This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <xref also uses the environment variables supported by <application>libpq</>
linkend="libpq-envars" endterm="libpq">. (see <xref linkend="libpq-envars">).
</para> </para>
</refsect1> </refsect1>

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/createdb.sgml,v 1.43 2007/02/20 18:10:58 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/createdb.sgml,v 1.44 2007/03/26 17:23:36 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -244,8 +244,8 @@ PostgreSQL documentation
<para> <para>
This utility, like most other <productname>PostgreSQL</> utilities, This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <xref also uses the environment variables supported by <application>libpq</>
linkend="libpq-envars" endterm="libpq">. (see <xref linkend="libpq-envars">).
</para> </para>
</refsect1> </refsect1>

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/createlang.sgml,v 1.39 2007/02/20 18:10:58 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/createlang.sgml,v 1.40 2007/03/26 17:23:36 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -174,8 +174,8 @@ PostgreSQL documentation
<para> <para>
This utility, like most other <productname>PostgreSQL</> utilities, This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <xref also uses the environment variables supported by <application>libpq</>
linkend="libpq-envars" endterm="libpq">. (see <xref linkend="libpq-envars">).
</para> </para>
</refsect1> </refsect1>

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/createuser.sgml,v 1.46 2007/02/20 18:10:58 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/createuser.sgml,v 1.47 2007/03/26 17:23:36 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -334,8 +334,8 @@ PostgreSQL documentation
<para> <para>
This utility, like most other <productname>PostgreSQL</> utilities, This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <xref also uses the environment variables supported by <application>libpq</>
linkend="libpq-envars" endterm="libpq">. (see <xref linkend="libpq-envars">).
</para> </para>
</refsect1> </refsect1>

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.30 2007/02/21 23:21:11 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.31 2007/03/26 17:23:36 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -171,8 +171,8 @@ PostgreSQL documentation
<para> <para>
This utility, like most other <productname>PostgreSQL</> utilities, This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <xref also uses the environment variables supported by <application>libpq</>
linkend="libpq-envars" endterm="libpq">. (see <xref linkend="libpq-envars">).
</para> </para>
</refsect1> </refsect1>

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/droplang.sgml,v 1.29 2007/02/21 23:21:11 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/droplang.sgml,v 1.30 2007/03/26 17:23:36 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -182,8 +182,8 @@ PostgreSQL documentation
<para> <para>
This utility, like most other <productname>PostgreSQL</> utilities, This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <xref also uses the environment variables supported by <application>libpq</>
linkend="libpq-envars" endterm="libpq">. (see <xref linkend="libpq-envars">).
</para> </para>
</refsect1> </refsect1>

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.35 2007/02/20 18:10:58 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.36 2007/03/26 17:23:36 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -174,8 +174,8 @@ PostgreSQL documentation
<para> <para>
This utility, like most other <productname>PostgreSQL</> utilities, This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <xref also uses the environment variables supported by <application>libpq</>
linkend="libpq-envars" endterm="libpq">. (see <xref linkend="libpq-envars">).
</para> </para>
</refsect1> </refsect1>

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/initdb.sgml,v 1.42 2007/02/21 23:21:11 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/initdb.sgml,v 1.43 2007/03/26 17:23:36 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -294,8 +294,8 @@ PostgreSQL documentation
<para> <para>
This utility, like most other <productname>PostgreSQL</> utilities, This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <xref also uses the environment variables supported by <application>libpq</>
linkend="libpq-envars" endterm="libpq">. (see <xref linkend="libpq-envars">).
</para> </para>
</refsect1> </refsect1>

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.40 2007/02/21 23:21:11 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.41 2007/03/26 17:23:36 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -358,8 +358,8 @@ PostgreSQL documentation
<para> <para>
For additional server variables, see <xref linkend="app-postgres">. For additional server variables, see <xref linkend="app-postgres">.
This utility, like most other <productname>PostgreSQL</> utilities, This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <xref also uses the environment variables supported by <application>libpq</>
linkend="libpq-envars" endterm="libpq">. (see <xref linkend="libpq-envars">).
</para> </para>
</refsect1> </refsect1>

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.96 2007/02/20 18:10:58 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.97 2007/03/26 17:23:36 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -686,8 +686,8 @@ PostgreSQL documentation
<para> <para>
This utility, like most other <productname>PostgreSQL</> utilities, This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <xref also uses the environment variables supported by <application>libpq</>
linkend="libpq-envars" endterm="libpq">. (see <xref linkend="libpq-envars">).
</para> </para>
</refsect1> </refsect1>

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.67 2007/02/21 23:21:12 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.68 2007/03/26 17:23:37 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -406,8 +406,8 @@ PostgreSQL documentation
<para> <para>
This utility, like most other <productname>PostgreSQL</> utilities, This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <xref also uses the environment variables supported by <application>libpq</>
linkend="libpq-envars" endterm="libpq">. (see <xref linkend="libpq-envars">).
</para> </para>
</refsect1> </refsect1>

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.69 2007/02/20 18:10:58 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.70 2007/03/26 17:23:37 tgl Exp $ -->
<refentry id="APP-PGRESTORE"> <refentry id="APP-PGRESTORE">
<refmeta> <refmeta>
@ -511,8 +511,8 @@
<para> <para>
This utility, like most other <productname>PostgreSQL</> utilities, This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <xref also uses the environment variables supported by <application>libpq</>
linkend="libpq-envars" endterm="libpq">. (see <xref linkend="libpq-envars">).
</para> </para>
</refsect1> </refsect1>

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.189 2007/03/16 08:28:01 mha Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.190 2007/03/26 17:23:37 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -2731,8 +2731,8 @@ $endif
<para> <para>
This utility, like most other <productname>PostgreSQL</> utilities, This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <xref also uses the environment variables supported by <application>libpq</>
linkend="libpq-envars" endterm="libpq">. (see <xref linkend="libpq-envars">).
</para> </para>
</refsect1> </refsect1>

View File

@ -215,10 +215,9 @@ PostgreSQL documentation
</variablelist> </variablelist>
<para> <para>
Because <application>psql</application> uses <application>libpq</application> This utility, like most other <productname>PostgreSQL</> utilities,
internally, all <application>libpq</application> environment variables are also uses the environment variables supported by <application>libpq</>
also honored by <application>psql</application>. For a complete list of those (see <xref linkend="libpq-envars">).
variables, see <xref linkend="libpq-envars">.
</para> </para>
</refsect1> </refsect1>

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.39 2007/02/20 18:10:59 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.40 2007/03/26 17:23:37 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -237,10 +237,9 @@ PostgreSQL documentation
</variablelist> </variablelist>
<para> <para>
Because <application>psql</application> uses <application>libpq</application> This utility, like most other <productname>PostgreSQL</> utilities,
internally, all <application>libpq</application> environment variables are also uses the environment variables supported by <application>libpq</>
also honored by <application>psql</application>. For a complete list of those (see <xref linkend="libpq-envars">).
variables, see <xref linkend="libpq-envars">.
</para> </para>
</refsect1> </refsect1>