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
406183fb
Commit
406183fb
authored
Mar 17, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tuning for docbook2man.
parent
3d4fda8d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
45 deletions
+18
-45
doc/src/sgml/ref/createdb.sgml
doc/src/sgml/ref/createdb.sgml
+6
-6
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dump.sgml
+1
-4
doc/src/sgml/ref/pg_restore.sgml
doc/src/sgml/ref/pg_restore.sgml
+1
-4
doc/src/sgml/ref/pgaccess-ref.sgml
doc/src/sgml/ref/pgaccess-ref.sgml
+1
-26
doc/src/sgml/ref/postgres-ref.sgml
doc/src/sgml/ref/postgres-ref.sgml
+8
-3
doc/src/sgml/ref/vacuumdb.sgml
doc/src/sgml/ref/vacuumdb.sgml
+1
-2
No files found.
doc/src/sgml/ref/createdb.sgml
View file @
406183fb
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.1
7 2001/02/18 17:53:54 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.1
8 2001/03/17 16:27:31 petere
Exp $
Postgres documentation
-->
...
...
@@ -23,7 +23,7 @@ Postgres documentation
<cmdsynopsis>
<command>createdb</command>
<arg rep="repeat"><replaceable>options</replaceable></arg>
<arg
choice="plain"
><replaceable>dbname</replaceable></arg>
<arg><replaceable>dbname</replaceable></arg>
<arg><replaceable>description</replaceable></arg>
</cmdsynopsis>
...
...
@@ -41,7 +41,7 @@ Postgres documentation
Specifies the hostname of the machine on which the
<application>postmaster</application>
is running. If host begins with a slash, it is used
as the directory for the Unix
-
domain socket.
as the directory for the Unix
domain socket.
</para>
</listitem>
</varlistentry>
...
...
@@ -50,8 +50,8 @@ Postgres documentation
<term>-p, --port <replaceable class="parameter">port</replaceable></term>
<listitem>
<para>
Specifies the Internet TCP/IP port or local Unix domain socket file
extension on which the <
application>postmaster</application
>
Specifies the Internet TCP/IP port or
the
local Unix domain socket file
extension on which the <
command>postmaster</command
>
is listening for connections.
</para>
</listitem>
...
...
@@ -153,7 +153,7 @@ Postgres documentation
The options <literal>-D</literal>, <literal>-T</literal>, and
<literal>-E</literal> are converted into options for the underlying
SQL command <xref linkend="SQL-CREATEDATABASE"
endterm="SQL-CREATEDATABASE-title">
, which se
e for more information
endterm="SQL-CREATEDATABASE-title">
; see ther
e for more information
about them.
</para>
</refsect2>
...
...
doc/src/sgml/ref/pg_dump.sgml
View file @
406183fb
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.3
0 2001/03/06 18:55:57
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.3
1 2001/03/17 16:27:31
petere Exp $
Postgres documentation
-->
...
...
@@ -35,7 +35,6 @@ Postgres documentation
<arg>-f <replaceable>file</replaceable></arg>
<arg>-F <replaceable>format</replaceable></arg>
<arg>-i</arg>
<sbr>
<group> <arg>-n</arg> <arg>-N</arg> </group>
<arg>-o</arg>
<arg>-O</arg>
...
...
@@ -45,11 +44,9 @@ Postgres documentation
<arg>-v</arg>
<arg>-x</arg>
<arg>-Z <replaceable>0...9</replaceable></arg>
<sbr>
<arg>-h <replaceable>host</replaceable></arg>
<arg>-p <replaceable>port</replaceable></arg>
<arg>-u</arg>
<sbr>
<arg choice="plain"><replaceable>dbname</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
...
...
doc/src/sgml/ref/pg_restore.sgml
View file @
406183fb
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.
9 2001/03/06 18:55:57
petere Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.
10 2001/03/17 16:27:31
petere Exp $ -->
<refentry id="APP-PGRESTORE">
<docinfo>
...
...
@@ -32,7 +32,6 @@
<arg> -f <replaceable class="parameter">archive-file</replaceable> </arg>
<arg> -F <replaceable class="parameter">format</replaceable> </arg>
<arg> -i <replaceable class="parameter">index</replaceable> </arg>
<sbr>
<arg> -l </arg>
<arg> -L <replaceable class="parameter">contents-file</replaceable> </arg>
<group> <arg> -N </arg> <arg> -o </arg> <arg> -r </arg> </group>
...
...
@@ -45,11 +44,9 @@
<arg> -T <replaceable class="parameter">trigger</replaceable> </arg>
<arg> -v </arg>
<arg> -x </arg>
<sbr>
<arg> -h <replaceable class="parameter">host</replaceable> </arg>
<arg> -p <replaceable class="parameter">port</replaceable> </arg>
<arg> -u </arg>
<sbr>
<arg> <replaceable class="parameter">archive-file</replaceable> </arg>
</cmdsynopsis>
</refsynopsisdiv>
...
...
doc/src/sgml/ref/pgaccess-ref.sgml
View file @
406183fb
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.
8 2001/02/07 20:46:55 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.
9 2001/03/17 16:27:31 petere
Exp $
Postgres documentation
-->
...
...
@@ -378,31 +378,6 @@ select * from invoices where year=[parameter "Year of selection"]
</para>
</refsect1>
<refsect1>
<title>Diagnostics</title>
<para>
If pgaccess fails to start up, with an error message roughly like this:
<screen>
<computeroutput>
Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot open shared object file: No such file or directory
while executing
"load ${libpgtclpath}[info sharedlibextension]"
(procedure "main" line 8)
invoked from within
"main $argc $argv"
(file "/usr/local/pgsql/share/pgaccess/main.tcl" line 249)
</computeroutput>
</screen>
then you need to configure your runtime linker to find the
<filename>libpgtcl.so</filename> and <filename>libpq.so</filename>
libraries, most likely by setting
the <envar>LD_LIBRARY_PATH</envar> environment variable. Consult
the <productname>PostgreSQL</productname> installation instructions
for more information.
</para>
</refsect1>
<refsect1>
<title>Notes</title>
...
...
doc/src/sgml/ref/postgres-ref.sgml
View file @
406183fb
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.1
6 2000/12/25 23:15:26
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.1
7 2001/03/17 16:27:31
petere Exp $
Postgres documentation
-->
...
...
@@ -78,7 +78,12 @@ Postgres documentation
<para>
The <filename>postgres</filename> executable is the actual
<productname>PostgreSQL</productname> server process that processes
queries. The second form above is how
queries. It is normally not called directly; instead a <xref
linkend="app-postmaster"> multi-user server is started.
</para>
<para>
The second form above is how
<application>postgres</application> is invoked by the <xref
linkend="app-postmaster"> (only
conceptually, since both <filename>postmaster</filename> and
...
...
@@ -255,7 +260,7 @@ Postgres documentation
<variablelist>
<varlistentry>
<term>-f
[ s | i | m | n | h ]
</term>
<term>-f
{ s | i | m | n | h }
</term>
<listitem>
<para>
Forbids the use of particular scan and join methods:
...
...
doc/src/sgml/ref/vacuumdb.sgml
View file @
406183fb
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.1
5 2000/12/25 23:15:27
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuumdb.sgml,v 1.1
6 2001/03/17 16:27:31
petere Exp $
Postgres documentation
-->
...
...
@@ -26,7 +26,6 @@ Postgres documentation
<arg><arg>-d</arg> <replaceable>dbname</replaceable></arg>
<group><arg>--analyze</arg><arg>-z</arg></group>
<group><arg>--verbose</arg><arg>-v</arg></group>
<sbr>
<arg>--table '<replaceable>table</replaceable>
<arg>( <replaceable class="parameter">column</replaceable> [,...] )</arg>'
</arg>
...
...
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