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
155743ad
Commit
155743ad
authored
May 02, 2011
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ID attribute to some sect2's missing it
David Fetter
parent
dcc685de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+11
-11
No files found.
doc/src/sgml/func.sgml
View file @
155743ad
...
@@ -8717,7 +8717,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
...
@@ -8717,7 +8717,7 @@ CREATE TYPE rainbow AS ENUM ('red', 'orange', 'yellow', 'green', 'blue', 'purple
with
<command>
configure --with-libxml
</>
.
with
<command>
configure --with-libxml
</>
.
</para>
</para>
<sect2>
<sect2
id=
"functions-producing-xml"
>
<title>
Producing XML Content
</title>
<title>
Producing XML Content
</title>
<para>
<para>
...
@@ -9093,7 +9093,7 @@ SELECT xmlagg(x) FROM (SELECT * FROM test ORDER BY y DESC) AS tab;
...
@@ -9093,7 +9093,7 @@ SELECT xmlagg(x) FROM (SELECT * FROM test ORDER BY y DESC) AS tab;
</sect3>
</sect3>
</sect2>
</sect2>
<sect2>
<sect2
id=
"functions-xml-predicates"
>
<title>
XML Predicates
</title>
<title>
XML Predicates
</title>
<para>
<para>
...
@@ -9854,7 +9854,7 @@ SELECT setval('foo', 42, false); <lineannotation>Next <function>nextval</> wi
...
@@ -9854,7 +9854,7 @@ SELECT setval('foo', 42, false); <lineannotation>Next <function>nextval</> wi
</para>
</para>
</tip>
</tip>
<sect2>
<sect2
id=
"functions-case"
>
<title><literal>
CASE
</></title>
<title><literal>
CASE
</></title>
<para>
<para>
...
@@ -9966,7 +9966,7 @@ SELECT ... WHERE CASE WHEN x <> 0 THEN y/x > 1.5 ELSE false END;
...
@@ -9966,7 +9966,7 @@ SELECT ... WHERE CASE WHEN x <> 0 THEN y/x > 1.5 ELSE false END;
</para>
</para>
</sect2>
</sect2>
<sect2>
<sect2
id=
"functions-coalesce-nvl-ifnull"
>
<title><literal>
COALESCE
</></title>
<title><literal>
COALESCE
</></title>
<indexterm>
<indexterm>
...
@@ -10005,7 +10005,7 @@ SELECT COALESCE(description, short_description, '(none)') ...
...
@@ -10005,7 +10005,7 @@ SELECT COALESCE(description, short_description, '(none)') ...
</para>
</para>
</sect2>
</sect2>
<sect2>
<sect2
id=
"functions-nullif"
>
<title><literal>
NULLIF
</></title>
<title><literal>
NULLIF
</></title>
<indexterm>
<indexterm>
...
@@ -10034,7 +10034,7 @@ SELECT NULLIF(value, '(none)') ...
...
@@ -10034,7 +10034,7 @@ SELECT NULLIF(value, '(none)') ...
</sect2>
</sect2>
<sect2>
<sect2
id=
"functions-greatest-least"
>
<title><literal>
GREATEST
</literal>
and
<literal>
LEAST
</literal></title>
<title><literal>
GREATEST
</literal>
and
<literal>
LEAST
</literal></title>
<indexterm>
<indexterm>
...
@@ -11492,7 +11492,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
...
@@ -11492,7 +11492,7 @@ SELECT xmlagg(x) FROM (SELECT x FROM test ORDER BY y DESC) AS tab;
Boolean (true/false) results.
Boolean (true/false) results.
</para>
</para>
<sect2>
<sect2
id=
"functions-subquery-exists"
>
<title><literal>
EXISTS
</literal></title>
<title><literal>
EXISTS
</literal></title>
<synopsis>
<synopsis>
...
@@ -11542,7 +11542,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
...
@@ -11542,7 +11542,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
</para>
</para>
</sect2>
</sect2>
<sect2>
<sect2
id=
"functions-subquery-in"
>
<title><literal>
IN
</literal></title>
<title><literal>
IN
</literal></title>
<synopsis>
<synopsis>
...
@@ -11598,7 +11598,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
...
@@ -11598,7 +11598,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
</para>
</para>
</sect2>
</sect2>
<sect2>
<sect2
id=
"functions-subquery-notin"
>
<title><literal>
NOT IN
</literal></title>
<title><literal>
NOT IN
</literal></title>
<synopsis>
<synopsis>
...
@@ -11654,7 +11654,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
...
@@ -11654,7 +11654,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
</para>
</para>
</sect2>
</sect2>
<sect2>
<sect2
id=
"functions-subquery-any-some"
>
<title><literal>
ANY
</literal>
/
<literal>
SOME
</literal></title>
<title><literal>
ANY
</literal>
/
<literal>
SOME
</literal></title>
<synopsis>
<synopsis>
...
@@ -11719,7 +11719,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
...
@@ -11719,7 +11719,7 @@ WHERE EXISTS (SELECT 1 FROM tab2 WHERE col2 = tab1.col2);
</para>
</para>
</sect2>
</sect2>
<sect2>
<sect2
id=
"functions-subquery-all"
>
<title><literal>
ALL
</literal></title>
<title><literal>
ALL
</literal></title>
<synopsis>
<synopsis>
...
...
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