| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера