On Mar 15, 2005, at 10:19 AM, Fred Blaise wrote:
> Just to make sure... Once the function is created, you would call it as
> 'execute function()' from psql, correct?
>
Try: select function();
As a top level SQL command, EXECUTE is for executing prepared
statements:
http://www.postgresql.org/docs/8.0/interactive/sql-execute.html
John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL