| От | |
|---|---|
| Тема | How to detoast a column of type BYTEAOID |
| Дата | |
| Msg-id | 003101d1992c$1f7e59c0$5e7b0d40$@andl.org обсуждение |
| Ответы |
Re: How to detoast a column of type BYTEAOID
|
| Список | pgsql-general |
I am attempting to create a new language implementation. The language is Andl (andl.org), so the handler is plandl. I am having a bit of trouble executing SPI queries from inside plandl. The particular problem arises after calling SPI_cursor_fetch() and then SPI_getbinval() on a column of type BYTEA (BYTEAOID 17). I was expecting to get back a Datum of type bytea, but the length is crazy. From the look of the data, I suspect that what I have is a compressed TOAST, and I don't know how to handle those. 1. Does SPI_getbinval() indeed return compressed TOAST values? 2. If so, what should I do (in general) to ensure the values I retrieve are de-toasted? Regards David M Bennett FACS Andl - A New Database Language - andl.org
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера