This is a discussion on procedure properties problem within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> Hi! I don't know if this is missing feature or bug, but just to report this. If I create ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi! I don't know if this is missing feature or bug, but just to report this. If I create functions like create or replace function example(out data varchar) returns setof record as $$ select data from table $$ language sql; pgAdmin displays it without 'returns setof record'. ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |