Re: Is there a way to describe precision and scale

From: L J Bayuk <ljb220(at)mindspring(dot)com>
To: Bshrivastav(at)esri(dot)com (Brijesh Shrivastav)
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Is there a way to describe precision and scale
Date: 2004-06-09 00:08:19
Message-ID: 200406090008.i5908J7O000262@mindspring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Brijesh Shrivastav wrote:
>
> Thanks for the comments. They were very helpful.
>
> However, I am still not sure about the second problem
> i.e. of describing the prepared statement. Does some
> other api exposes it? Can I use some sql command to get
> around it (I couldn't find any)? any other ideas?

Since libpq doesn't expose it, no API based on libpq will let you at it.
There are a few non-libpq interfaces, but I doubt any have this advanced
feature. My pgin.tcl doesn't.

If your prepared query has a parameter which you can use to efficiently
select 0 (or a small number of rows), you might be able to use that as a
'dummy' query just to get column information. This is similar to the trick
of using "SELECT ... LIMIT 0" to get an empty result set just so you can
look at the column info.

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message craig perras 2004-06-09 02:29:08 cleaning up in UDF's (user-defined functions)
Previous Message Miernik 2004-06-08 21:48:38 is there a full-screen console postgresql client interface?