Re: Command Triggers, v16

Thom Brown <thombrown@gmail.com>

From: Thom Brown <thombrown@gmail.com>
To: Dimitri Fontaine <dimitri@2ndquadrant.fr>
Cc: pgsql-hackers@postgresql.org
Date: 2012-03-16T08:48:49Z
Lists: pgsql-hackers
On 15 March 2012 21:58, Dimitri Fontaine <dimitri@2ndquadrant.fr> wrote:
> Thom Brown <thombrown@gmail.com> writes:
>> I don’t understand how functions can return a type of “command
>> trigger”.  This certainly works, but I’ve never seen a type consisting
>> of more than one word.  Could you explain this for me?  This is also
>
> I tricked that in the grammar, the type is called cmdtrigger but I
> though it wouldn't be a good choice for the SQL statement.

Christian sent me a message mentioning that we've pretty much always
had data types consisting of more than one word (e.g.  timestamp
without time zone).  So I completely retract my question as it's
obviously nonsense.

Thom