On Fri, May 17, 2013 at 10:54:25AM -0400, Alvaro Herrera wrote:
> 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.)

Ah, very good point I had not released.  Attached release note doc patch
applied.

-- 
  Bruce Momjian  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +
diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml
new file mode 100644
index 519ea49..873cc78
*** a/doc/src/sgml/release-9.3.sgml
--- b/doc/src/sgml/release-9.3.sgml
***************
*** 692,698 ****
         </para>
  
         <para>
!         This allows C functions to be called when DDL commands are run.
         </para>
        </listitem>
  
--- 692,700 ----
         </para>
  
         <para>
!         This allows server-side functions written in event-enabled
!         languages, e.g. C, PL/pgSQL, to be called when DDL commands
!         are run.
         </para>
        </listitem>
  
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to