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
6d19e9ff
Commit
6d19e9ff
authored
Jun 01, 2008
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Marginal improvements to the documentation for PGOPTIONS.
parent
66e4da4c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
14 deletions
+9
-14
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+7
-3
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+2
-11
No files found.
doc/src/sgml/libpq.sgml
View file @
6d19e9ff
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.25
7 2008/03/31 02:43:14
tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.25
8 2008/06/01 16:23:08
tgl Exp $ -->
<chapter id="libpq">
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
<title><application>libpq</application> - C Library</title>
...
@@ -4839,7 +4839,11 @@ defaultNoticeProcessor(void *arg, const char *message)
...
@@ -4839,7 +4839,11 @@ defaultNoticeProcessor(void *arg, const char *message)
<primary><envar>PGOPTIONS</envar></primary>
<primary><envar>PGOPTIONS</envar></primary>
</indexterm>
</indexterm>
<envar>PGOPTIONS</envar> sets additional run-time options for the
<envar>PGOPTIONS</envar> sets additional run-time options for the
<productname>PostgreSQL</productname> server.
<productname>PostgreSQL</productname> server. For example, setting
<envar>PGOPTIONS</envar> to <literal>-c geqo=off</> sets the session's
value of the <varname>geqo</> parameter to <literal>off</>.
For a detailed discussion of the available options consult <xref
linkend="runtime-config">.
</para>
</para>
</listitem>
</listitem>
...
...
doc/src/sgml/ref/psql-ref.sgml
View file @
6d19e9ff
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.20
6 2008/05/16 17:17:00 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.20
7 2008/06/01 16:23:08 tgl
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -2754,22 +2754,13 @@ $endif
...
@@ -2754,22 +2754,13 @@ $endif
<varlistentry>
<varlistentry>
<term><envar>PGDATABASE</envar></term>
<term><envar>PGDATABASE</envar></term>
<listitem>
<para>
Default connection database
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><envar>PGHOST</envar></term>
<term><envar>PGHOST</envar></term>
<term><envar>PGPORT</envar></term>
<term><envar>PGPORT</envar></term>
<term><envar>PGUSER</envar></term>
<term><envar>PGUSER</envar></term>
<listitem>
<listitem>
<para>
<para>
Default connection parameters
Default connection parameters
(see <xref linkend="libpq-envars">).
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
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