diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-12 23:04:46 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-12 23:04:46 +0000 |
commit | a75ee43ce9ae8596191074a04c8f8394b6d5e66b (patch) | |
tree | bb438bb6380b85c46e101691688a9979d068a28f /doc/src/sgml/ref/create_language.sgml | |
parent | 6e59122490a3d4f0af0c22e89f949d517b46f5ee (diff) |
Mop-up for error-message updates in documentation.
Diffstat (limited to 'doc/src/sgml/ref/create_language.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_language.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_language.sgml,v 1.35 2003/09/09 18:28:52 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_language.sgml,v 1.36 2003/09/12 23:04:45 tgl Exp $ PostgreSQL documentation --> @@ -139,7 +139,7 @@ CREATE [ TRUSTED ] [ PROCEDURAL ] LANGUAGE <replaceable class="parameter">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 <function>elog()</function> + validator function should use the <function>ereport()</function> function. The return value of the function is ignored. </para> </listitem> |