From ec51727f6eed38f302a10cdb0066f4484b0b5902 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 7 Mar 2019 11:35:39 -0300 Subject: [PATCH] Fix broken markup --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 774d5b3fce..7e14478db7 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 'T The BY REF or BY VALUE clauses - have no effect in PostgreSQL, but are allowed + have no effect in PostgreSQL, but are allowed for compatibility with other implementations. Per the SQL standard, the one that precedes any argument is required, and indicates the default for arguments that follow, and one may follow any argument to -- 2.40.0