"David Johnston" <pol...@yahoo.com> writes:
> SELECT (   createpkrecord('1')    ).*;
> [ results in function being called more than once ]

Yeah.  Don't do that.  Better style is

SELECT * FROM createpkrecord('1');

                        regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to