Re: hstore

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: hstore
Дата
Msg-id 528D30B3.5060502@hogranch.com
обсуждение исходный текст
Ответ на hstore  (Joey Quinn <bjquinniii@gmail.com>)
Список pgsql-general
On 11/20/2013 1:12 PM, Joey Quinn wrote:
> I'm using 9.3 (Windows 64 bit) and would like to use an hstore field
> in new table but it does not appear to be available. How do I add the
> correct module?
>


     CREATE EXTENSION hstore;

should install the hstore contributed module into the current database.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: Venkatesulu Jumbo
Дата:
Сообщение: Re: hstore
Следующее
От: Paul Jones
Дата:
Сообщение: Re: Debugging extension with gdb?