Commit ec51727f authored by Alvaro Herrera's avatar Alvaro Herrera

Fix broken markup

parent eaaa5986
...@@ -10607,7 +10607,7 @@ SELECT xmlexists('//town[text() = ''Toronto'']' PASSING BY VALUE '<towns><town>T ...@@ -10607,7 +10607,7 @@ SELECT xmlexists('//town[text() = ''Toronto'']' PASSING BY VALUE '<towns><town>T
<para> <para>
The <literal>BY REF</literal> or <literal>BY VALUE</literal> clauses 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> for compatibility with other implementations. Per the <acronym>SQL</acronym>
standard, the one that precedes any argument is required, and indicates standard, the one that precedes any argument is required, and indicates
the default for arguments that follow, and one may follow any argument to the default for arguments that follow, and one may follow any argument to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment