Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
e849b494
Commit
e849b494
authored
14 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Add note clarifying that XML fragments don't accept DTDs
per complaint from Craig Ringer
parent
93c81c68
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/datatype.sgml
+12
-1
12 additions, 1 deletion
doc/src/sgml/datatype.sgml
with
12 additions
and
1 deletion
doc/src/sgml/datatype.sgml
+
12
−
1
View file @
e849b494
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.24
8
2010/0
4/03 07:22:53
petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.24
9
2010/0
6/29 00:03:39
petere Exp $ -->
<chapter id="datatype">
<title>Data Types</title>
...
...
@@ -3985,6 +3985,17 @@ SET xmloption TO { DOCUMENT | CONTENT };
The default is <literal>CONTENT</literal>, so all forms of XML
data are allowed.
</para>
<note>
<para>
With the default XML option setting, you cannot directly cast
character strings to type <type>xml</type> if they contain a
document type declaration, because the definition of XML content
fragment does not accept them. If you need to do that, either
use <literal>XMLPARSE</literal> or change the XML option.
</para>
</note>
</sect2>
<sect2>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment