diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2019-03-07 11:35:39 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2019-03-07 11:35:39 -0300 |
commit | ec51727f6eed38f302a10cdb0066f4484b0b5902 (patch) | |
tree | aaf7bb424bd6e9ae5f89c1940347af6f9fe92e64 | |
parent | eaaa5986ad03f7871fa95878460e1132cb7e8963 (diff) | |
download | postgresql-ec51727f6eed38f302a10cdb0066f4484b0b5902.tar.gz postgresql-ec51727f6eed38f302a10cdb0066f4484b0b5902.zip |
Fix broken markup
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 774d5b3fce1..7e14478db7d 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10607,7 +10607,7 @@ SELECT xmlexists('//town[text() = ''Toronto'']' PASSING BY VALUE '<towns><town>T <para> The <literal>BY REF</literal> or <literal>BY VALUE</literal> clauses - have no effect in <productname>PostgreSQL<productname>, but are allowed + have no effect in <productname>PostgreSQL</productname>, but are allowed for compatibility with other implementations. Per the <acronym>SQL</acronym> standard, the one that precedes any argument is required, and indicates the default for arguments that follow, and one may follow any argument to |