Re: [HACKERS] missing event trigger support functions in 9.3

2013-05-09 Thread Darren Duncan
On 2013.05.09 11:22 AM, Alvaro Herrera wrote: Darren Duncan wrote: On 2013.05.09 10:40 AM, Pavel Stehule wrote: I am writing a article about 9.3. I found so event trigger functions is not complete. We have only pg_event_trigger_dropped_objects() function. It looks really strange and asymmetric.

Re: [HACKERS] missing event trigger support functions in 9.3

2013-05-09 Thread Misa Simic
2013/5/9 Pavel Stehule > Hello > > I am writing a article about 9.3. I found so event trigger functions is > not complete. We have only pg_event_trigger_dropped_objects() function. It > looks really strange and asymmetric. Can we implement similar function for > CREATE as minimum to 9.3? > > I am

Re: [HACKERS] missing event trigger support functions in 9.3

2013-05-09 Thread Alvaro Herrera
Darren Duncan wrote: > On 2013.05.09 10:40 AM, Pavel Stehule wrote: > >I am writing a article about 9.3. I found so event trigger functions is not > >complete. We have only pg_event_trigger_dropped_objects() function. It looks > >really strange and asymmetric. Can we implement similar function for

Re: [HACKERS] missing event trigger support functions in 9.3

2013-05-09 Thread Pavel Stehule
2013/5/9 Dimitri Fontaine > Darren Duncan writes: > > On 2013.05.09 10:40 AM, Pavel Stehule wrote: > >> I am expecting so this function should not be too complex - and can be > moved to > >> contrib maybe (if it is too late now). > > My understanding is that it's too late even for contrib now. >

Re: [HACKERS] missing event trigger support functions in 9.3

2013-05-09 Thread Dimitri Fontaine
Darren Duncan writes: > On 2013.05.09 10:40 AM, Pavel Stehule wrote: >> I am expecting so this function should not be too complex - and can be moved >> to >> contrib maybe (if it is too late now). My understanding is that it's too late even for contrib now. > Really, the touted new event trigge

Re: [HACKERS] missing event trigger support functions in 9.3

2013-05-09 Thread Darren Duncan
On 2013.05.09 10:40 AM, Pavel Stehule wrote: I am writing a article about 9.3. I found so event trigger functions is not complete. We have only pg_event_trigger_dropped_objects() function. It looks really strange and asymmetric. Can we implement similar function for CREATE as minimum to 9.3? I a

[HACKERS] missing event trigger support functions in 9.3

2013-05-09 Thread Pavel Stehule
Hello I am writing a article about 9.3. I found so event trigger functions is not complete. We have only pg_event_trigger_dropped_objects() function. It looks really strange and asymmetric. Can we implement similar function for CREATE as minimum to 9.3? I am expecting so this function should not