> SELECT * FROM acf_balance_all()
> 
> To get the balance from only on account, you would use
> 
> SELECT * FROM acf_balance('1000')
> 
> ('1000' is the account number).
> 

I'd guess the problem is the ability of DBA to bind columns for display.
 That is, while postgres understands the columns which are going to come
back from an SP, DBA does not, since they are different metadata from
table columns.

For stored procedures which do not require a parameter, then you could
wrap them in views and I'd expect those to work.  But for an example
like the above, that's no help.

--Josh Berkus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@dba.openoffice.org
For additional commands, e-mail: dev-h...@dba.openoffice.org

Reply via email to