mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
Fix typo
This commit is contained in:
parent
764122471a
commit
2f8ee82964
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.357 2007/02/01 00:28:16 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.358 2007/02/14 18:46:08 petere Exp $ -->
|
||||||
|
|
||||||
<chapter id="functions">
|
<chapter id="functions">
|
||||||
<title>Functions and Operators</title>
|
<title>Functions and Operators</title>
|
||||||
@ -11037,7 +11037,7 @@ SELECT xmlforest(table_name, column_name) FROM information_schema.columns WHERE
|
|||||||
<para>
|
<para>
|
||||||
The <function>xmlpi</function> expression creates an XML
|
The <function>xmlpi</function> expression creates an XML
|
||||||
processing instruction. The content, if present, must not
|
processing instruction. The content, if present, must not
|
||||||
contain the character sequence <literal>?<</literal>.
|
contain the character sequence <literal>?></literal>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user