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
d624f94a
Commit
d624f94a
authored
Nov 08, 2007
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fixes
parent
79cff6bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+4
-3
No files found.
doc/src/sgml/func.sgml
View file @
d624f94a
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.41
0 2007/11/05 17:40:21 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.41
1 2007/11/08 13:13:28 petere
Exp $ -->
<chapter
id=
"functions"
>
<chapter
id=
"functions"
>
<title>
Functions and Operators
</title>
<title>
Functions and Operators
</title>
...
@@ -7997,7 +7997,7 @@ SELECT xmlconcat('<abc/>', '<bar>foo</bar>');
...
@@ -7997,7 +7997,7 @@ SELECT xmlconcat('<abc/>', '<bar>foo</bar>');
</para>
</para>
<para>
<para>
XML declarations, if present are combined as follows. If all
XML declarations, if present
,
are combined as follows. If all
argument values have the same XML version declaration, that
argument values have the same XML version declaration, that
version is used in the result, else no version is used. If all
version is used in the result, else no version is used. If all
argument values have the standalone declaration value
argument values have the standalone declaration value
...
@@ -8295,6 +8295,7 @@ SELECT xmlroot(xmlparse(document '<?xml version="1.1"?><content>abc</content>'),
...
@@ -8295,6 +8295,7 @@ SELECT xmlroot(xmlparse(document '<?xml version="1.1"?><content>abc</content>'),
Example:
Example:
<screen>
<![CDATA[
<screen>
<![CDATA[
SELECT xpath('/my:a/text()', '<my:a xmlns:my="http://example.com">test</my:a>', ARRAY[ARRAY['my', 'http://example.com']]);
SELECT xpath('/my:a/text()', '<my:a xmlns:my="http://example.com">test</my:a>', ARRAY[ARRAY['my', 'http://example.com']]);
xpath
xpath
--------
--------
{test}
{test}
...
@@ -8324,7 +8325,7 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean, tableforest boolean, t
...
@@ -8324,7 +8325,7 @@ cursor_to_xml(cursor refcursor, count int, nulls boolean, tableforest boolean, t
<para>
<para>
<function>
table_to_xml
</function>
maps the content of the named
<function>
table_to_xml
</function>
maps the content of the named
table, passed as parameter
<parameter>
tbl
</parameter>
. The
table, passed as parameter
<parameter>
tbl
</parameter>
. The
<type>
regclass
</type>
accepts strings identifying tables using the
<type>
regclass
</type>
type
accepts strings identifying tables using the
usual notation, including optional schema qualifications and
usual notation, including optional schema qualifications and
double quotes.
<function>
query_to_xml
</function>
executes the
double quotes.
<function>
query_to_xml
</function>
executes the
query whose text is passed as parameter
query whose text is passed as parameter
...
...
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