[GENERAL] jsonb

Поиск
Список
Период
Сортировка
От hmidi slim
Тема [GENERAL] jsonb
Дата
Msg-id CAMsqVxvckCZ1oXgs1xs2gkL6TKvjjeJ3vDQA+FQwv16jJSrT2g@mail.gmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] jsonb  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
I have a column name of type 'jsonb' on my table named product. The format of the column:
name: {"key1": "text1", "key2": "text2"}

When I make a query to fetch data from the table I got this format:
name: '{"key1": "text1", "key2": "text2"}'

Why does postgresql returns the name such as string type and not jsonb? is it a bug or is there something else to add?

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: [GENERAL] missing public on schema public
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: [GENERAL] jsonb