release docs: mention PL/pgSQL as supporting event triggers in PG 9.3

This commit is contained in:
Bruce Momjian 2013-05-18 11:01:55 -04:00
parent 403bd6a18b
commit f472012a32

View File

@ -692,7 +692,9 @@
</para> </para>
<para> <para>
This allows C functions to be called when DDL commands are run. This allows server-side functions written in event-enabled
languages, e.g. C, PL/pgSQL, to be called when DDL commands
are run.
</para> </para>
</listitem> </listitem>