Re: [GENERAL] ecpg question
Cool. I only thought that tbl would need special treatment. Is that fix in cvs? Thanks, -George ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
[GENERAL] ecpg question
I wanted to ask this on here before going any further. I've got functions that return rowsets, which from the psql shell require me to write selects with AS TBL( ... ) to define the return types. When I try to put a query together in ECPG to get values from these functions, I discovered some nast