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
aeabbcce
Commit
aeabbcce
authored
Aug 30, 2011
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some markup cleanup to deconfuse the find_gt_lt tool
Josh Kupershmidt
parent
083549e4
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
16 deletions
+13
-16
doc/src/sgml/ltree.sgml
doc/src/sgml/ltree.sgml
+1
-1
doc/src/sgml/plhandler.sgml
doc/src/sgml/plhandler.sgml
+1
-2
doc/src/sgml/ref/create_table_as.sgml
doc/src/sgml/ref/create_table_as.sgml
+5
-6
doc/src/sgml/ref/rollback_to.sgml
doc/src/sgml/ref/rollback_to.sgml
+3
-3
doc/src/sgml/textsearch.sgml
doc/src/sgml/textsearch.sgml
+1
-1
doc/src/sgml/user-manag.sgml
doc/src/sgml/user-manag.sgml
+2
-3
No files found.
doc/src/sgml/ltree.sgml
View file @
aeabbcce
...
...
@@ -108,7 +108,7 @@ a. b. c. d. e.
</programlisting>
This query will match any label path that:
</para>
<orderedlist numeration=
'loweralpha'
>
<orderedlist numeration=
"loweralpha"
>
<listitem>
<para>
begins with the label <literal>Top</literal>
...
...
doc/src/sgml/plhandler.sgml
View file @
aeabbcce
...
...
@@ -166,8 +166,7 @@ CREATE LANGUAGE plsample
to allow language-specific checking to be done during
<xref linkend="sql-createfunction">.
An inline handler can be provided to allow the language to support
anonymous code blocks executed via the <xref linkend="sql-do"
> command.
anonymous code blocks executed via the <xref linkend="sql-do"> command.
</para>
<para>
...
...
doc/src/sgml/ref/create_table_as.sgml
View file @
aeabbcce
...
...
@@ -204,12 +204,11 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE <replaceable
<term><replaceable>query</replaceable></term>
<listitem>
<para>
A <xref linkend="sql-select"
>, <link linkend="sql-table">TABLE</link>,
or
<xref linkend="sql-values"> command,
or an <xref linkend="sql-execute"> command
that runs a prepared <command>SELECT</>, <command>TABLE</>, or <command>VALUES</> query.
A <xref linkend="sql-select">, <link
linkend="sql-table">TABLE</link>, or <xref linkend="sql-values">
command, or an <xref linkend="sql-execute"> command that runs a
prepared <command>SELECT</>, <command>TABLE</>, or
<command>VALUES</> query.
</para>
</listitem>
</varlistentry>
...
...
doc/src/sgml/ref/rollback_to.sgml
View file @
aeabbcce
...
...
@@ -64,9 +64,9 @@ ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] <replaceable>savepoint_name</re
<title>Notes</title>
<para>
Use <xref linkend="SQL-RELEASE-SAVEPOINT"
> to destroy a savepoint without
discarding the effects of commands executed after it was
established.
Use <xref linkend="SQL-RELEASE-SAVEPOINT"
> to destroy a savepoint
without discarding the effects of commands executed after it was
established.
</para>
<para>
...
...
doc/src/sgml/textsearch.sgml
View file @
aeabbcce
...
...
@@ -1092,7 +1092,7 @@ ts_headline(<optional> <replaceable class="PARAMETER">config</replaceable> <type
if they contain spaces or commas.
</para>
</listitem>
<listitem
>
<listitem>
<para>
<literal>MaxWords</>, <literal>MinWords</literal>: these numbers
determine the longest and shortest headlines to output.
...
...
doc/src/sgml/user-manag.sgml
View file @
aeabbcce
...
...
@@ -244,9 +244,8 @@ CREATE USER <replaceable>name</replaceable>;
A role's attributes can be modified after creation with
<command>ALTER ROLE</command>.<indexterm><primary>ALTER ROLE</></>
See the reference pages for the <xref linkend="sql-createrole"
> and <xref linkend="sql-alterrole"
> commands for details.
See the reference pages for the <xref linkend="sql-createrole">
and <xref linkend="sql-alterrole"> commands for details.
</para>
<tip>
...
...
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