diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-08-30 20:32:49 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-08-30 20:32:49 +0300 |
commit | aeabbccea099cb90ae4584207bb77f7f34eda8d7 (patch) | |
tree | 0f17fb235ebc079e140e5bcee2df219eeaf188e2 /doc/src/sgml/plhandler.sgml | |
parent | 083549e43a8f717a16e4cb3f23649e13574ff226 (diff) | |
download | postgresql-aeabbccea099cb90ae4584207bb77f7f34eda8d7.tar.gz postgresql-aeabbccea099cb90ae4584207bb77f7f34eda8d7.zip |
Some markup cleanup to deconfuse the find_gt_lt tool
Josh Kupershmidt
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> |