| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
|---|---|
| To: | Dmitriy Igrishin <dmitigr(at)gmail(dot)com> |
| Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: 9.3 Beta1 status report |
| Date: | 2013-05-17 14:54:25 |
| Message-ID: | 20130517145425.GO15045@eldon.alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Dmitriy Igrishin escribió:
> I've noticed a small inaccuracy:
>
> E.1.3.4 Object Manipulation
> [...]
>
> "This allows C functions to be called when DDL commands are run."
>
> But according to
> http://www.postgresql.org/docs/devel/static/event-triggers.html
> not only C functions can be called in this case, but functions of
> "any procedural language that includes event trigger support, or in C".
That's correct -- at least plpgsql functions can be used. I think PL/sh
functions can, too, so using wording that leaves out other PLs would be
inaccurate. (No in-core languages other than plpgsql were patched, though.)
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2013-05-17 15:06:24 | Re: plperl segfault in plperl_trusted_init() on kfreebsd |
| Previous Message | Cédric Villemain | 2013-05-17 14:42:54 | Re: PostgreSQL 9.3 beta breaks some extensions "make install" |