Re: Is there a way to describe precision and scale

Поиск
Список
Период
Сортировка
От L J Bayuk
Тема Re: Is there a way to describe precision and scale
Дата
Msg-id 200406090008.i5908J7O000262@mindspring.com
обсуждение исходный текст
Ответ на Re: Is there a way to describe precision and scale f  (Brijesh Shrivastav <Bshrivastav@esri.com>)
Список 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.


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Miernik
Дата:
Сообщение: is there a full-screen console postgresql client interface?
Следующее
От: craig perras
Дата:
Сообщение: cleaning up in UDF's (user-defined functions)