Re: [GENERAL] table and column information from cursor?

2005-06-22 Thread Tom Lane
John DeSoi [EMAIL PROTECTED] writes: I was wondering if there is some way I'm missing to get the table and column information from a cursor. If I fetch from a cursor, the table OID and column number values are 0 in the row description. If I execute the same query directly without a cursor,

[GENERAL] table and column information from cursor?

2005-04-09 Thread John DeSoi
I was wondering if there is some way I'm missing to get the table and column information from a cursor. If I fetch from a cursor, the table OID and column number values are 0 in the row description. If I execute the same query directly without a cursor, the row description has the correct