2011/10/20 Merlin Moncure <[email protected]>: > On Thu, Oct 20, 2011 at 2:28 AM, Pavel Stehule <[email protected]> > wrote: >>> >>> it would be really a good idea to allow SELECT without INTO in plpgsql. >> >> SELECT without INTO is useless in plpgsql - because you have to drop result. > > not if you're calling a function: > select func();
it is correct just for void function. Pavel > > merlin > -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
