| От | Joe Conway |
|---|---|
| Тема | Re: array support patch phase 1 patch |
| Дата | |
| Msg-id | 3E876BC1.9010706@joeconway.com обсуждение исходный текст |
| Ответ на | Re: array support patch phase 1 patch (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: array support patch phase 1 patch
|
| Список | pgsql-patches |
Tom Lane wrote: > Joe Conway <mail@joeconway.com> writes: >>Any suggestions? I was toying with the idea that an isarray attribute >>should be added to pg_type -- thoughts on that? > > Don't think you need it to go in that direction: the property of having > nonzero typelem indicates that something is an array. But I don't think of the following as arrays, at least not in the same sense of _text, etc.: regression=# select typname from pg_type where typelem != 0 and typname not like '\\_%'; typname ------------ name int2vector oidvector point lseg box line (7 rows) Joe
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера