From: | jakot05 <jakot05(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Create Language Error |
Date: | 2008-12-16 03:41:55 |
Message-ID: | 6db8772f0812151941j729daf9bm3985b3a589311ed1@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Dec 16, 2008 at 12:41 AM, jakot05 <jakot05(at)gmail(dot)com> wrote:
>
> On Mon, Dec 15, 2008 at 11:32 PM, Klint Gore <kgore4(at)une(dot)edu(dot)au> wrote:
>
>> jakot05 wrote:
>>
>>> postgres=# CREATE LANGUAGE pgpsql
>>> postgres-# ;
>>> ERROR: unsupported language «pgpsql»
>>> HINT: The supported languages are listed in the pg_pltemplate
>>>
>>> ... don't know what im doing wrong :-S
>>>
>>
>> You have to put the "pl" on the front of it.
>>
>> CREATE LANGUAGE plpgsql;
>>
>> klint.
>
>
Thanks a lot Adrian and Klint!, its works :-)
>>
>> --
>> Klint Gore
>> Database Manager
>> Sheep CRC
>> A.G.B.U.
>> University of New England
>> Armidale NSW 2350
>>
>> Ph: 02 6773 3789 Fax: 02 6773 3266
>> EMail: kgore4(at)une(dot)edu(dot)au
>>
>>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Martin Roach | 2008-12-16 05:20:24 | Lost password |
Previous Message | Sebastian Böhm | 2008-12-16 03:02:09 | Re: tup_returned/ tup_fetched |