Re: createlang - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: createlang
Date
Msg-id 4301020A.4050701@commandprompt.com
Whole thread Raw
In response to createlang  (eoghan <postgres@redry.net>)
Responses Re: createlang  (eoghan <postgres@redry.net>)
List pgsql-general
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.

Sincerely,

Joshua D. Drake





--
Your PostgreSQL solutions company - Command Prompt, Inc. 1.800.492.2240
PostgreSQL Replication, Consulting, Custom Programming, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

pgsql-general by date:

Previous
From: CSN
Date:
Subject: Re: converting curly apostrophes to standard apostrophes
Next
From: James Cradock
Date:
Subject: Re: createlang