David Fetter escreveu: > It's consistent with how we do CREATE FUNCTION, where the order of > parameters after RETURNS is arbitrary. > If it is arbitrary the synopsis is wrong because it is imposing that code should be written after DO. It should be:
DO { [ LANGUAGE lang_name ] | code } ...
--
Euler Taveira de Oliveira
http://www.timbira.com/
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
