Re: createlang - Mailing list pgsql-general

From eoghan
Subject Re: createlang
Date
Msg-id C8475F26-52E2-4D65-B516-A37C889D27AB@redry.net
Whole thread Raw
In response to Re: createlang  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-general
On 15 Aug 2005, at 21:58, Joshua D. Drake wrote:

> eoghan wrote:
>
>> Hello
>> Im trying to load plpgsql into my test db... Im wondering if
>> theres a  way to check if its loaded... I do:
>> test-# createlang plpgsql test
>>
>
> createlang is a command line client:
>
> bash# createlang -U postgres -P 5432 plpgsql database
>
> What you are looking for is:
>
> CREATE LANGUAGE.

Thanks Joshua,
I was using createlang from the command line...
eoghan-js-Computer:~ postgres$ /opt/local/bin/psql test  -U postgres
Welcome to psql 8.0.3, the PostgreSQL interactive terminal.
<etc>
test=# createlang plpgsql test

Or if loading .sql do you need the CREATE LANGUAGE in here?
Im new to this...
Thanks for you help
Eoghan

pgsql-general by date:

Previous
From: James Cradock
Date:
Subject: Re: createlang
Next
From: Sean Davis
Date:
Subject: Re: createlang