Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b581b854
Commit
b581b854
authored
Mar 26, 2007
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix seriously broken markup for libpq-envars cross-references.
parent
55a7cf80
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
46 additions
and
48 deletions
+46
-48
doc/src/sgml/ref/clusterdb.sgml
doc/src/sgml/ref/clusterdb.sgml
+3
-3
doc/src/sgml/ref/createdb.sgml
doc/src/sgml/ref/createdb.sgml
+3
-3
doc/src/sgml/ref/createlang.sgml
doc/src/sgml/ref/createlang.sgml
+3
-3
doc/src/sgml/ref/createuser.sgml
doc/src/sgml/ref/createuser.sgml
+3
-3
doc/src/sgml/ref/dropdb.sgml
doc/src/sgml/ref/dropdb.sgml
+3
-3
doc/src/sgml/ref/droplang.sgml
doc/src/sgml/ref/droplang.sgml
+3
-3
doc/src/sgml/ref/dropuser.sgml
doc/src/sgml/ref/dropuser.sgml
+3
-3
doc/src/sgml/ref/initdb.sgml
doc/src/sgml/ref/initdb.sgml
+3
-3
doc/src/sgml/ref/pg_ctl-ref.sgml
doc/src/sgml/ref/pg_ctl-ref.sgml
+3
-3
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dump.sgml
+3
-3
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pg_dumpall.sgml
+3
-3
doc/src/sgml/ref/pg_restore.sgml
doc/src/sgml/ref/pg_restore.sgml
+3
-3
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+3
-3
doc/src/sgml/ref/reindexdb.sgml
doc/src/sgml/ref/reindexdb.sgml
+3
-4
doc/src/sgml/ref/vacuumdb.sgml
doc/src/sgml/ref/vacuumdb.sgml
+4
-5
No files found.
doc/src/sgml/ref/clusterdb.sgml
View file @
b581b854
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.2
0 2007/02/21 23:21:11 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.2
1 2007/03/26 17:23:36 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -193,8 +193,8 @@ PostgreSQL documentation
<para>
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <
xref
linkend="libpq-envars" endterm="libpq">
.
also uses the environment variables supported by <
application>libpq</>
(see <xref linkend="libpq-envars">)
.
</para>
</refsect1>
...
...
doc/src/sgml/ref/createdb.sgml
View file @
b581b854
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/createdb.sgml,v 1.4
3 2007/02/20 18:10:58 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/createdb.sgml,v 1.4
4 2007/03/26 17:23:36 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -244,8 +244,8 @@ PostgreSQL documentation
<para>
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <
xref
linkend="libpq-envars" endterm="libpq">
.
also uses the environment variables supported by <
application>libpq</>
(see <xref linkend="libpq-envars">)
.
</para>
</refsect1>
...
...
doc/src/sgml/ref/createlang.sgml
View file @
b581b854
<!--
$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
-->
...
...
@@ -174,8 +174,8 @@ PostgreSQL documentation
<para>
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <
xref
linkend="libpq-envars" endterm="libpq">
.
also uses the environment variables supported by <
application>libpq</>
(see <xref linkend="libpq-envars">)
.
</para>
</refsect1>
...
...
doc/src/sgml/ref/createuser.sgml
View file @
b581b854
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/createuser.sgml,v 1.4
6 2007/02/20 18:10:58 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/createuser.sgml,v 1.4
7 2007/03/26 17:23:36 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -334,8 +334,8 @@ PostgreSQL documentation
<para>
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <
xref
linkend="libpq-envars" endterm="libpq">
.
also uses the environment variables supported by <
application>libpq</>
(see <xref linkend="libpq-envars">)
.
</para>
</refsect1>
...
...
doc/src/sgml/ref/dropdb.sgml
View file @
b581b854
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.3
0 2007/02/21 23:21:11 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.3
1 2007/03/26 17:23:36 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -171,8 +171,8 @@ PostgreSQL documentation
<para>
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <
xref
linkend="libpq-envars" endterm="libpq">
.
also uses the environment variables supported by <
application>libpq</>
(see <xref linkend="libpq-envars">)
.
</para>
</refsect1>
...
...
doc/src/sgml/ref/droplang.sgml
View file @
b581b854
<!--
$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
-->
...
...
@@ -182,8 +182,8 @@ PostgreSQL documentation
<para>
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <
xref
linkend="libpq-envars" endterm="libpq">
.
also uses the environment variables supported by <
application>libpq</>
(see <xref linkend="libpq-envars">)
.
</para>
</refsect1>
...
...
doc/src/sgml/ref/dropuser.sgml
View file @
b581b854
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.3
5 2007/02/20 18:10:58 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.3
6 2007/03/26 17:23:36 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -174,8 +174,8 @@ PostgreSQL documentation
<para>
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <
xref
linkend="libpq-envars" endterm="libpq">
.
also uses the environment variables supported by <
application>libpq</>
(see <xref linkend="libpq-envars">)
.
</para>
</refsect1>
...
...
doc/src/sgml/ref/initdb.sgml
View file @
b581b854
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/initdb.sgml,v 1.4
2 2007/02/21 23:21:11 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/initdb.sgml,v 1.4
3 2007/03/26 17:23:36 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -294,8 +294,8 @@ PostgreSQL documentation
<para>
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <
xref
linkend="libpq-envars" endterm="libpq">
.
also uses the environment variables supported by <
application>libpq</>
(see <xref linkend="libpq-envars">)
.
</para>
</refsect1>
...
...
doc/src/sgml/ref/pg_ctl-ref.sgml
View file @
b581b854
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.4
0 2007/02/21 23:21:11 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.4
1 2007/03/26 17:23:36 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -358,8 +358,8 @@ PostgreSQL documentation
<para>
For additional server variables, see <xref linkend="app-postgres">.
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <
xref
linkend="libpq-envars" endterm="libpq">
.
also uses the environment variables supported by <
application>libpq</>
(see <xref linkend="libpq-envars">)
.
</para>
</refsect1>
...
...
doc/src/sgml/ref/pg_dump.sgml
View file @
b581b854
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.9
6 2007/02/20 18:10:58 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.9
7 2007/03/26 17:23:36 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -686,8 +686,8 @@ PostgreSQL documentation
<para>
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <
xref
linkend="libpq-envars" endterm="libpq">
.
also uses the environment variables supported by <
application>libpq</>
(see <xref linkend="libpq-envars">)
.
</para>
</refsect1>
...
...
doc/src/sgml/ref/pg_dumpall.sgml
View file @
b581b854
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.6
7 2007/02/21 23:21:12 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.6
8 2007/03/26 17:23:37 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -406,8 +406,8 @@ PostgreSQL documentation
<para>
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <
xref
linkend="libpq-envars" endterm="libpq">
.
also uses the environment variables supported by <
application>libpq</>
(see <xref linkend="libpq-envars">)
.
</para>
</refsect1>
...
...
doc/src/sgml/ref/pg_restore.sgml
View file @
b581b854
<!-- $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">
<refmeta>
...
...
@@ -511,8 +511,8 @@
<para>
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <
xref
linkend="libpq-envars" endterm="libpq">
.
also uses the environment variables supported by <
application>libpq</>
(see <xref linkend="libpq-envars">)
.
</para>
</refsect1>
...
...
doc/src/sgml/ref/psql-ref.sgml
View file @
b581b854
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.1
89 2007/03/16 08:28:01 mha
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.1
90 2007/03/26 17:23:37 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -2731,8 +2731,8 @@ $endif
<para>
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <
xref
linkend="libpq-envars" endterm="libpq">
.
also uses the environment variables supported by <
application>libpq</>
(see <xref linkend="libpq-envars">)
.
</para>
</refsect1>
...
...
doc/src/sgml/ref/reindexdb.sgml
View file @
b581b854
...
...
@@ -215,10 +215,9 @@ PostgreSQL documentation
</variablelist>
<para>
Because <application>psql</application> uses <application>libpq</application>
internally, all <application>libpq</application> environment variables are
also honored by <application>psql</application>. For a complete list of those
variables, see <xref linkend="libpq-envars">.
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <application>libpq</>
(see <xref linkend="libpq-envars">).
</para>
</refsect1>
...
...
doc/src/sgml/ref/vacuumdb.sgml
View file @
b581b854
<!--
$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
-->
...
...
@@ -237,10 +237,9 @@ PostgreSQL documentation
</variablelist>
<para>
Because <application>psql</application> uses <application>libpq</application>
internally, all <application>libpq</application> environment variables are
also honored by <application>psql</application>. For a complete list of those
variables, see <xref linkend="libpq-envars">.
This utility, like most other <productname>PostgreSQL</> utilities,
also uses the environment variables supported by <application>libpq</>
(see <xref linkend="libpq-envars">).
</para>
</refsect1>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment