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

From: Devrim GUNDUZ <devrim(at)oper(dot)metu(dot)edu(dot)tr>
To: Justin Clift <justin(at)postgresql(dot)org>
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 15:25:42
Message-ID: Pine.LNX.4.44.0201181724170.12498-100000@oper.metu.edu.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi Justin and to all who replied,

I think all went ok. Here is the output:

[devrim(at)oper devrim]$ createlang plpgsql operdb2 -p 5450 -U postgres;
Password:
Password:
Password:
Password:
[devrim(at)oper devrim]$

thanks again...

--

Devrim GÜNDÜZ

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
------------------------------------------------------------------

On Sat, 19 Jan 2002, Justin Clift wrote:

> Hi Devrim,
>
> You need to run this from the unix prompt as the "postgres" user :
>
> $ createlang plpgsql template1
> $
>
> Regards and best wishes,
>
> Justin Clift
>
>
> 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 GÜNDÜZ
> >
> > 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 tony 2002-01-18 15:39:07 Re: Books on PostgreSQL
Previous Message Justin Clift 2002-01-18 15:21:36 Re: create language does not work... Or am I wrong?