diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2007-02-14 18:46:08 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2007-02-14 18:46:08 +0000 |
commit | 2f8ee82964a9bc6881a68b11fdbf79006989d295 (patch) | |
tree | 1c4c70fcee64b9e979425976ee3a50d3777cbb2f | |
parent | 764122471a85ac37cc11eb4d944102c5c39afe71 (diff) | |
download | postgresql-2f8ee82964a9bc6881a68b11fdbf79006989d295.tar.gz postgresql-2f8ee82964a9bc6881a68b11fdbf79006989d295.zip |
Fix typo
-rw-r--r-- | doc/src/sgml/func.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b1c56e7948a..ae9e9ec1058 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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"> <title>Functions and Operators</title> @@ -11037,7 +11037,7 @@ SELECT xmlforest(table_name, column_name) FROM information_schema.columns WHERE <para> The <function>xmlpi</function> expression creates an XML processing instruction. The content, if present, must not - contain the character sequence <literal>?<</literal>. + contain the character sequence <literal>?></literal>. </para> <para> |