| От | Chris Travers |
|---|---|
| Тема | Re: list manipulation at column level |
| Дата | |
| Msg-id | 4324B780.9040107@travelamericas.com обсуждение |
| Ответ на | list manipulation at column level (Matthew Peter <survivedsushi@yahoo.com>) |
| Ответы |
Re: list manipulation at column level
|
| Список | pgsql-general |
Matthew Peter wrote: >Is it possible to append and delete (unknown location) >items in a list stored in a column? For instance, > >a column with 'some,values,in,a,list,12,34'; > >Could I [ap|pre]pend and or delete items in this list >through pgsql? > > > prepend: 'value' || ',' || column append column || ',' ||'value' Delete would require some regular expressions-- check the manual on these. Or you could write a Perl function. However, this strikes me as quite denormalized.... Best Wishes, Chris Travers Metatron Technology Consulting
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера