Re: Column info without executing query

From: Dan Strömberg <dan(dot)stromberg(at)stockholm(dot)bonet(dot)se>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Column info without executing query
Date: 2006-07-21 16:35:37
Message-ID: 44C10259.3050109@stockholm.bonet.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I found pg_prog.prorettype in the system catalogs , is it possible to
use that to find the resultset datatypes of a
set returning function ?

Anyway , maybe the odbc driver will work by using SQLDescribecol()
without executing it ?!
I found something in the archives where someone suggests that it has
worked before at least
http://archives.postgresql.org/pgsql-odbc/2004-09/msg00046.php

//Dan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Erik Jones 2006-07-21 16:40:32 Re: Impact of vacuum full...
Previous Message Eric E 2006-07-21 16:34:24 Problem getting postmaster PID in pg_regress