From a75ee43ce9ae8596191074a04c8f8394b6d5e66b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 12 Sep 2003 23:04:46 +0000 Subject: Mop-up for error-message updates in documentation. --- doc/src/sgml/ref/create_language.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/ref/create_language.sgml') diff --git a/doc/src/sgml/ref/create_language.sgml b/doc/src/sgml/ref/create_language.sgml index 45834255bb8..1629ba77e47 100644 --- a/doc/src/sgml/ref/create_language.sgml +++ b/doc/src/sgml/ref/create_language.sgml @@ -1,5 +1,5 @@ @@ -139,7 +139,7 @@ CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE langna for syntactical correctness, but it can also look at other properties of the function, for example if the language cannot handle certain argument types. To signal an error, the - validator function should use the elog() + validator function should use the ereport() function. The return value of the function is ignored. -- cgit v1.2.3