Re: hstore

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: hstore
Date: 2013-11-20 21:59:15
Message-ID: 528D30B3.5060502@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • hstore at 2013-11-20 21:12:49 from Joey Quinn

Browse pgsql-general by date

  From Date Subject
Next Message Paul Jones 2013-11-20 22:11:01 Re: Debugging extension with gdb?
Previous Message Venkatesulu Jumbo 2013-11-20 21:51:44 Re: hstore