foo> - Search results
Mailing lists >> pgsql-patches >> Thread
2008-06-10 06:39:29 | Re: SQL: table function support (Pavel Stehule)
foo where a = $1; $$ language sql; or create or replace function fx(a integer) returns
Mailing lists >> pgsql-patches >> Thread
2008-06-03 08:03:17 | SQL: table function support (Pavel Stehule)
foo_sql(integer) RETURNS TABLE(a integer, b integer, c integer) AS $$ SELECT i, i+1, i+2 FROM