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
00b0c73f
Commit
00b0c73f
authored
May 15, 2012
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a whitespace issue with the man pages
See
6ef24487
for an explanation. This is the same for the new man pages.
parent
c8e08679
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
20 deletions
+12
-20
doc/src/sgml/pgarchivecleanup.sgml
doc/src/sgml/pgarchivecleanup.sgml
+2
-0
doc/src/sgml/pgbench.sgml
doc/src/sgml/pgbench.sgml
+6
-12
doc/src/sgml/pgtesttiming.sgml
doc/src/sgml/pgtesttiming.sgml
+1
-2
doc/src/sgml/pgupgrade.sgml
doc/src/sgml/pgupgrade.sgml
+2
-4
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+1
-2
No files found.
doc/src/sgml/pgarchivecleanup.sgml
View file @
00b0c73f
...
...
@@ -72,6 +72,8 @@ pg_archivecleanup: keep WAL file "archive/000000010000003700000010" and later
pg_archivecleanup: removing file "archive/00000001000000370000000F"
pg_archivecleanup: removing file "archive/00000001000000370000000E"
</programlisting>
</para>
<para>
<application>pg_archivecleanup</application> assumes that
<replaceable>archivelocation</> is a directory readable and writable by the
server-owning user.
...
...
doc/src/sgml/pgbench.sgml
View file @
00b0c73f
...
...
@@ -545,8 +545,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
Example:
<programlisting>
\set ntellers 10 * :scale
</programlisting>
</para>
</programlisting></para>
</listitem>
</varlistentry>
...
...
@@ -568,8 +567,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
Example:
<programlisting>
\setrandom aid 1 :naccounts
</programlisting>
</para>
</programlisting></para>
</listitem>
</varlistentry>
...
...
@@ -592,8 +590,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
Example:
<programlisting>
\sleep 10 ms
</programlisting>
</para>
</programlisting></para>
</listitem>
</varlistentry>
...
...
@@ -621,8 +618,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
Example:
<programlisting>
\setshell variable_to_be_assigned command literal_argument :variable ::literal_starting_with_colon
</programlisting>
</para>
</programlisting></para>
</listitem>
</varlistentry>
...
...
@@ -640,8 +636,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
Example:
<programlisting>
\shell command literal_argument :variable ::literal_starting_with_colon
</programlisting>
</para>
</programlisting></para>
</listitem>
</varlistentry>
</variablelist>
...
...
@@ -716,8 +711,7 @@ END;
0 200 2465 0 1175850568 998079
0 201 2513 0 1175850569 608
0 202 2038 0 1175850569 2663
</screen>
</para>
</screen></para>
</refsect2>
<refsect2>
...
...
doc/src/sgml/pgtesttiming.sgml
View file @
00b0c73f
...
...
@@ -192,8 +192,7 @@ Histogram of timing durations:
4: 3010 0.00981%
2: 2993204 9.75277%
1: 27694571 90.23734%
</screen>
</para>
</screen></para>
</refsect2>
...
...
doc/src/sgml/pgupgrade.sgml
View file @
00b0c73f
...
...
@@ -240,8 +240,7 @@ mv /usr/local/pgsql /usr/local/pgsql.old
<programlisting>
gmake prefix=/usr/local/pgsql.new install
</programlisting>
</para>
</programlisting></para>
</step>
<step>
...
...
@@ -311,8 +310,7 @@ NET STOP postgresql-9.0
<programlisting>
NET STOP pgsql-8.3 (<productname>PostgreSQL</> 8.3 and older used a different service name)
</programlisting>
</para>
</programlisting></para>
</step>
<step>
...
...
doc/src/sgml/ref/psql-ref.sgml
View file @
00b0c73f
...
...
@@ -2264,8 +2264,7 @@ lo_import 152801
unset a variable, use the <command>\unset</command> command.
</para>
<para>
<command>\set</> without any arguments displays the names and values
<para><command>\set</> without any arguments displays the names and values
of all currently-set <application>psql</> variables.
</para>
...
...
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