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
477d243b
Commit
477d243b
authored
May 21, 2018
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Whitespace fixes in man pages
parent
4aad161c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
7 deletions
+3
-7
doc/src/sgml/ref/alter_index.sgml
doc/src/sgml/ref/alter_index.sgml
+1
-2
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/alter_table.sgml
+0
-1
doc/src/sgml/ref/create_policy.sgml
doc/src/sgml/ref/create_policy.sgml
+1
-2
doc/src/sgml/ref/pg_ctl-ref.sgml
doc/src/sgml/ref/pg_ctl-ref.sgml
+1
-2
No files found.
doc/src/sgml/ref/alter_index.sgml
View file @
477d243b
...
@@ -285,8 +285,7 @@ REINDEX INDEX distributors;
...
@@ -285,8 +285,7 @@ REINDEX INDEX distributors;
<programlisting>
<programlisting>
CREATE INDEX coord_idx ON measured (x, y, (z + t));
CREATE INDEX coord_idx ON measured (x, y, (z + t));
ALTER INDEX coord_idx ALTER COLUMN 3 SET STATISTICS 1000;
ALTER INDEX coord_idx ALTER COLUMN 3 SET STATISTICS 1000;
</programlisting>
</programlisting></para>
</para>
</refsect1>
</refsect1>
...
...
doc/src/sgml/ref/alter_table.sgml
View file @
477d243b
...
@@ -132,7 +132,6 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
...
@@ -132,7 +132,6 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
<phrase><replaceable class="parameter">exclude_element</replaceable> in an <literal>EXCLUDE</literal> constraint is:</phrase>
<phrase><replaceable class="parameter">exclude_element</replaceable> in an <literal>EXCLUDE</literal> constraint is:</phrase>
{ <replaceable class="parameter">column_name</replaceable> | ( <replaceable class="parameter">expression</replaceable> ) } [ <replaceable class="parameter">opclass</replaceable> ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ]
{ <replaceable class="parameter">column_name</replaceable> | ( <replaceable class="parameter">expression</replaceable> ) } [ <replaceable class="parameter">opclass</replaceable> ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ]
</synopsis>
</synopsis>
</refsynopsisdiv>
</refsynopsisdiv>
...
...
doc/src/sgml/ref/create_policy.sgml
View file @
477d243b
...
@@ -557,8 +557,7 @@ AND
...
@@ -557,8 +557,7 @@ AND
OR
OR
...
...
)
)
</programlisting>
</programlisting></para>
</para>
</refsect2>
</refsect2>
</refsect1>
</refsect1>
...
...
doc/src/sgml/ref/pg_ctl-ref.sgml
View file @
477d243b
...
@@ -681,8 +681,7 @@ PostgreSQL documentation
...
@@ -681,8 +681,7 @@ PostgreSQL documentation
<computeroutput>
<computeroutput>
pg_ctl: server is running (PID: 13718)
pg_ctl: server is running (PID: 13718)
/usr/local/pgsql/bin/postgres "-D" "/usr/local/pgsql/data" "-p" "5433" "-B" "128"
/usr/local/pgsql/bin/postgres "-D" "/usr/local/pgsql/data" "-p" "5433" "-B" "128"
</computeroutput>
</computeroutput></screen>
</screen>
The second line is the command that would be invoked in restart mode.
The second line is the command that would be invoked in restart mode.
</para>
</para>
</refsect2>
</refsect2>
...
...
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