am  Wed, dem 08.10.2008, um 14:29:23 -0400 mailte Alvaro Herrera folgendes:
> Hi,
> 
> Trigger functions are supposed to be able to be called only as triggers,
> but apparently the check is not working in CVS HEAD:
> 
> alvherre=# create or replace function foo () returns trigger as $$ begin 
> perform 1; return new; end; $$ language plpgsql;
> CREATE FUNCTION
> alvherre=# select foo();
>  foo 
> -----
>  
> (1 fila)


And?

The function returns a TRIGGER, not a value.


Andreas
-- 
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

-- 
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