diff options
Diffstat (limited to 'doc/src/sgml/plhandler.sgml')
-rw-r--r-- | doc/src/sgml/plhandler.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/plhandler.sgml b/doc/src/sgml/plhandler.sgml index 20021bce650..54b88ef372e 100644 --- a/doc/src/sgml/plhandler.sgml +++ b/doc/src/sgml/plhandler.sgml @@ -166,8 +166,7 @@ CREATE LANGUAGE plsample to allow language-specific checking to be done during <xref linkend="sql-createfunction">. An inline handler can be provided to allow the language to support - anonymous code blocks executed via the <xref linkend="sql-do" - > command. + anonymous code blocks executed via the <xref linkend="sql-do"> command. </para> <para> |