News

Describe the solution you'd like Define a function with return type table (x type, y type, ...) for a set returning function. A clear and concise description of what you want to happen. When you ...
pgAdmin fails to display the data rows from a FUNCTION. See the example function below CREATE OR REPLACE FUNCTION tablerows (ref1 refcursor) RETURNS refcursor AS $$ BEGIN OPEN ref1 FOR WITH tbl AS ...