Re: create language does not work... Or am I wrong?

From: Darren Ferguson <darren(at)crystalballinc(dot)com>
To: Devrim GUNDUZ <devrim(at)oper(dot)metu(dot)edu(dot)tr>
Cc: PostgreSQL Mailing Lists-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: create language does not work... Or am I wrong?
Date: 2002-01-18 14:53:49
Message-ID: Pine.LNX.4.10.10201180953070.12977-100000@thread.crystalballinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You have to go to the bin directory usually /usr/local/pgsql/bin

Then you run the createlang command.

Do not run it from the psql interface

Darren

Darren Ferguson
Software Engineer
Openband

On Fri, 18 Jan 2002, Devrim GUNDUZ wrote:

>
> Hi,
>
> I am using PostgreSQL v7.1.3 on RedHat. I have used rpm to install PG.
>
> I am trying to use the following command:
>
> template1=# createlang plpgsql template1;
> ERROR: parser: parse error at or near "createlang"
>
> I think I have missed something while installing PG... What is it?
>
> Regards, and best wishes,
>
> --
>
> Devrim GNDZ
>
> devrim(at)oper(dot)metu(dot)edu(dot)tr
> devrim(dot)gunduz(at)linux(dot)org(dot)tr
> devrimg(at)tr(dot)net
>
> Web : http://devrim.oper.metu.edu.tr
> ------------------------------------------------------------------
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-01-18 15:02:31 Re: lo_export -- permission denied
Previous Message Justin Clift 2002-01-18 14:49:26 Re: Books on PostgreSQL