From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
---|---|
To: | Susan Cassidy <susan(dot)cassidy(at)decisionsciencescorp(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: CREATE EXTENSION does not seem to work in 9.2 |
Date: | 2014-01-22 19:38:04 |
Message-ID: | 52E01E1C.3070001@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 01/22/2014 11:07 AM, Susan Cassidy wrote:
> It wasn't installed in the yum package that we used to install postgres
> 9.2. I had to add it. As I said, create language worked fine. Before
> I did create language, I got errors that the language didn't exist when
> I tried to create a function. After I created the language, those
> errors went away.
Right off the bat, let me say I do not use yum, so I am working a bit
blind here.
What distribution are you using yum for and what package did you use?
What does the below show?
createlang -U postgres -d template1 -l
>
> Susan
>
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | John R Pierce | 2014-01-22 21:20:38 | Re: upsert functionality |
Previous Message | Moshe Jacobson | 2014-01-22 19:12:49 | Re: question on writing a function |