Appending new data to existing field of Json data type

Поиск
Список
Период
Сортировка
От VENKTESH GUTTEDAR
Тема Appending new data to existing field of Json data type
Дата
Msg-id CA+iwz4=m_CspLeP-ywACN94y_i-EAzeKwp47xuScKkS4k=uifA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Appending new data to existing field of Json data type  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-general
Hello,

    As i am new to postgresql, i am learning through experimenting things.

    i have a table with json data type field, so there is some data for example :
       
        { [ { a:b, b:c } ] }

    and now if i append data then it should be like :

        { [ { a:b, b:c }, { e:f, g:h } ] }

    Is there any way to achieve this. please help.!
    I have Postgresql 9.3.5.
--
Regards :
Venktesh Guttedar.

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

Предыдущее
От: Romu Hu
Дата:
Сообщение: Re: [BUGS] Need guidance on regression.diffs
Следующее
От: VENKTESH GUTTEDAR
Дата:
Сообщение: Need Guidance on Appending new data to existing field of Json data type