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
112c8555
Commit
112c8555
authored
Dec 21, 2007
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a small typo, per Jan Urbanski
parent
120d7e18
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+2
-2
No files found.
doc/src/sgml/func.sgml
View file @
112c8555
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.41
8 2007/12/15 01:18:34
tgl Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.41
9 2007/12/21 03:37:18
tgl Exp $ -->
<chapter
id=
"functions"
>
<chapter
id=
"functions"
>
<title>
Functions and Operators
</title>
<title>
Functions and Operators
</title>
...
@@ -8127,7 +8127,7 @@ SELECT xmlelement(name foo, xmlattributes('xyz' as bar),
...
@@ -8127,7 +8127,7 @@ SELECT xmlelement(name foo, xmlattributes('xyz' as bar),
<type>
bytea
</type>
) will be represented in base64 or hex
<type>
bytea
</type>
) will be represented in base64 or hex
encoding, depending on the setting of the configuration parameter
encoding, depending on the setting of the configuration parameter
<xref
linkend=
"guc-xmlbinary"
>
. The particular behavior for
<xref
linkend=
"guc-xmlbinary"
>
. The particular behavior for
individual data types is expected evolve in order to align the
individual data types is expected
to
evolve in order to align the
SQL and PostgreSQL data types with the XML Schema specification,
SQL and PostgreSQL data types with the XML Schema specification,
at which point a more precise description will appear.
at which point a more precise description will appear.
</para>
</para>
...
...
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