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
03f0c08f
Commit
03f0c08f
authored
Mar 28, 2012
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak markup to avoid extra whitespace in man pages
parent
7f63527c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
10 deletions
+6
-10
doc/src/sgml/ref/pg_receivexlog.sgml
doc/src/sgml/ref/pg_receivexlog.sgml
+3
-4
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+2
-4
doc/src/sgml/ref/set_transaction.sgml
doc/src/sgml/ref/set_transaction.sgml
+1
-2
No files found.
doc/src/sgml/ref/pg_receivexlog.sgml
View file @
03f0c08f
...
@@ -253,10 +253,9 @@ PostgreSQL documentation
...
@@ -253,10 +253,9 @@ PostgreSQL documentation
To stream the transaction log from the server at
To stream the transaction log from the server at
<literal>mydbserver</literal> and store it in the local directory
<literal>mydbserver</literal> and store it in the local directory
<filename>/usr/local/pgsql/archive</filename>:
<filename>/usr/local/pgsql/archive</filename>:
<screen>
<screen>
<prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /home/pgbackup/archive</userinput>
<prompt>$</prompt> <userinput>pg_receivexlog -h mydbserver -D /home/pgbackup/archive</userinput>
</screen>
</screen></para>
</para>
</refsect1>
</refsect1>
<refsect1>
<refsect1>
...
...
doc/src/sgml/ref/psql-ref.sgml
View file @
03f0c08f
...
@@ -1017,8 +1017,7 @@ testdb=>
...
@@ -1017,8 +1017,7 @@ testdb=>
those object types.
those object types.
</para>
</para>
<para>
<para><literal>\dd</literal> displays descriptions for objects matching the
<literal>\dd</literal> displays descriptions for objects matching the
<replaceable class="parameter">pattern</replaceable>, or of visible
<replaceable class="parameter">pattern</replaceable>, or of visible
objects of the appropriate type if no argument is given. But in either
objects of the appropriate type if no argument is given. But in either
case, only objects that have a description are listed.
case, only objects that have a description are listed.
...
@@ -2302,8 +2301,7 @@ lo_import 152801
...
@@ -2302,8 +2301,7 @@ lo_import 152801
<programlisting>
<programlisting>
testdb=> <userinput>\setenv PAGER less</userinput>
testdb=> <userinput>\setenv PAGER less</userinput>
testdb=> <userinput>\setenv LESS -imx4F</userinput>
testdb=> <userinput>\setenv LESS -imx4F</userinput>
</programlisting>
</programlisting></para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
doc/src/sgml/ref/set_transaction.sgml
View file @
03f0c08f
...
@@ -235,8 +235,7 @@ SELECT pg_export_snapshot();
...
@@ -235,8 +235,7 @@ SELECT pg_export_snapshot();
<programlisting>
<programlisting>
BEGIN TRANSACTION ISOLATION LEVEL REPEATABLE READ;
BEGIN TRANSACTION ISOLATION LEVEL REPEATABLE READ;
SET TRANSACTION SNAPSHOT '000003A1-1';
SET TRANSACTION SNAPSHOT '000003A1-1';
</programlisting>
</programlisting></para>
</para>
</refsect1>
</refsect1>
<refsect1 id="R1-SQL-SET-TRANSACTION-3">
<refsect1 id="R1-SQL-SET-TRANSACTION-3">
...
...
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