Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit03d2a1c

Browse files
committed
Slight adjustments to xml documentation to reflect functionality just
added.
1 parent2c0efff commit03d2a1c

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

‎doc/src/sgml/datatype.sgml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.182 2006/12/21 16:05:12 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.183 2006/12/22 22:09:31 momjian Exp $ -->
22

33
<chapter id="datatype">
44
<title id="datatype-title">Data Types</title>
@@ -3373,23 +3373,22 @@ SELECT * FROM pg_attribute
33733373

33743374
<para>
33753375
The data type <type>xml</type> can be used to store XML data. Its
3376-
advantage over storing XML data in, say, atext field is that it
3376+
advantage over storing XML data in a <type>text</type> field is that it
33773377
checks the input values for well-formedness, and there are support
33783378
functions to perform type-safe operations on it; see <xref
33793379
linkend="functions-xml">. Currently, there is no support for
33803380
validation against a specific <acronym>XML</> schema.
33813381
</para>
33823382

33833383
<para>
3384-
<acronym>XML</> (Extensible Markup Language) support is not one
3385-
capability, but a varietyoffeatures supported by a database
3386-
system. These capabilities include storage, import/export,
3387-
validation, indexing, efficiency of modification, searching,
3384+
<acronym>XML</> (Extensible Markup Language) support is not
3385+
just the existanceofan <type>xml</type> data type, but a
3386+
variety of features supported by a database system. These
3387+
capabilities include import/export, indexing, searching,
33883388
transforming, and <acronym>XML</> to <acronym>SQL</> mapping.
33893389
<productname>PostgreSQL</> supports some but not all of these
3390-
<acronym>XML</> capabilities. Future releases of
3391-
<productname>PostgreSQL</> will continue to improve <acronym>XML</>
3392-
support. For an overview of <acronym>XML</> use in databases, see <ulink
3390+
<acronym>XML</> capabilities. For an overview of <acronym>XML</>
3391+
use in databases, see <ulink
33933392
url="http://www.rpbourret.com/xml/XMLAndDatabases.htm"></>.
33943393
</para>
33953394

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp