Re: createlang

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: eoghan <postgres(at)redry(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: createlang
Date: 2005-08-15 20:58:50
Message-ID: 4301020A.4050701@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message James Cradock 2005-08-15 21:01:29 Re: createlang
Previous Message CSN 2005-08-15 20:48:00 Re: converting curly apostrophes to standard apostrophes