Re: BUG #6199: Can't install datatype hstore

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Hadmut" <hadmut(at)danisch(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6199: Can't install datatype hstore
Date: 2011-09-06 16:26:47
Message-ID: 8669.1315326407@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Hadmut" <hadmut(at)danisch(dot)de> writes:
> I'd like to run a database application which requires datatype hstore.

> But when trying something like

> psql -f /usr/share/postgresql/9.1/extension/hstore--1.0.sql

That is not how you install extensions anymore. Use CREATE EXTENSION.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Denish Patel 2011-09-06 16:31:58 Re: psql doesn't reuse -p after backend fail
Previous Message Bruce Momjian 2011-09-06 15:49:48 Re: psql doesn't reuse -p after backend fail