I’m currently using the community edition of Toad extension for Eclipse to evaluate it for some time and I am generally satisfied with the overall features, but there are some problems with this plugin for PostgreSQL databases, namely: When a function returns a “setof refcursors”, I can only see the first refcursor when testing the function (run option). When using the returning COLUMN into VAR within a function, in any query or any DML statement, the TEE parser says it is in error, but the function compiles correctly against a PostgreSQL 9.1 database (at least the version I tested). All of these problems happens in the context of developing pgsql functions. Is there any workarounds for these problems?
↧