diff options
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_function.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 4efc48deb50..cd6ac69eb63 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -421,7 +421,7 @@ CREATE [ OR REPLACE ] FUNCTION LOCAL</> command: the effects of such a command will persist after function exit, unless the current transaction is rolled back. </para> - + <para> See <xref linkend="sql-set"> and <xref linkend="runtime-config"> |