Re: [HACKERS] Add CREATE support to event triggers Reply-To:

2014-03-14 Thread Robert Haas
On Fri, Mar 14, 2014 at 12:00 PM, Alvaro Herrera wrote: > I don't think we should be worried about there being a lot of extra code > to write as DDL is added or modified. I do share your concern that > we're going to *forget* to write these things in the first place, unless > we do something to a

Re: [HACKERS] Add CREATE support to event triggers Reply-To:

2014-03-14 Thread Alvaro Herrera
Robert Haas wrote: > What does the colon-space in %{definition: }s mean? It means it expects the "definition" element to be a JSON array, and that it will format the elements by separating them with a space. In other DDL commands, there are things like %{table_element:, }s which means to sepa