Re: how can i get plpgsql in function?

From: "Muhammad Rusydi" <rusydi(at)cbn(dot)net(dot)id>
To: "John Clark L(dot) Naldoza" <njclark(at)ntsp(dot)nec(dot)co(dot)jp>
Cc: "postgres general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: how can i get plpgsql in function?
Date: 2001-05-05 04:36:01
Message-ID: 002301c0d51c$faff2680$1102a8c0@windows
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi John,

> Try to do this...
>
> SELECT * FROM pg_language ;
>
yes i've already done this

> If you don't have plpgsql listed in there.. Then I would suggest that
> you put it in the table...;-)
and yes i don't have it

>
> via
>
> CREATE PROCEDURAL LANGUAGE 'PL/PGSQL' or something..;-)
>
but there's an error when i do this one
parse error near ";" it says
would you or anyone here help me again?

TIA
Didi

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2001-05-05 04:40:21 Re: Re: VACUUM is hanging
Previous Message Tom Lane 2001-05-05 03:54:07 Re: Re: VACUUM is hanging