1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix a few missed NOIND usages.

This commit is contained in:
Tom Lane
2001-06-09 02:19:07 +00:00
parent 0acd843c05
commit 7c106621de
7 changed files with 6 additions and 22 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/pltcl.sgml,v 2.10 2001/05/12 22:51:35 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/pltcl.sgml,v 2.11 2001/06/09 02:19:07 tgl Exp $
-->
<chapter id="pltcl">
@ -348,7 +348,7 @@ CREATE TRIGGER trig_mytab_modcount BEFORE INSERT OR UPDATE ON mytab
<listitem>
<para>
Fire a log message. Possible levels are NOTICE, ERROR,
FATAL, DEBUG and NOIND
FATAL, and DEBUG
as for the <function>elog</function> C function.
</para>
</listitem>