From: | tolik(at)aaanet(dot)ru (Anatoly K(dot) Lasareff) |
---|---|
To: | Jinsoo Hwang <jshwang(at)anova(dot)inha(dot)ac(dot)kr> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: how to use plpgsql ? |
Date: | 2000-10-10 08:06:32 |
Message-ID: | 86u2ali0hj.fsf@tolikus.hq.aaanet.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
>>>>> "JH" == Jinsoo Hwang <jshwang(at)anova(dot)inha(dot)ac(dot)kr> writes:
JH> Hi,
JH> I just installed ver.7.0.2 on Solaris2.7 and start experimenting.
JH> But I was wondering how to use PL/pgSQL ?
JH> I followed the examples on the documentation but it doesn't work.
JH> Do I have to do createlang plpgsql ?
JH> How to load PL/pgSQL ? I installed the source as in the INSTALL
JH> file says.
JH> Thanks in advance.
JH> p.s.: please forward the answer directly to my email address.
Yes, you have do 'createlang plpgsql' command. After installation you
have 'C' and 'sql' languages only. 'createlanguage' command creates
language handler and language itself - like examples in doc.
--
Anatoly K. Lasareff Email: tolik(at)aaanet(dot)ru
From | Date | Subject | |
---|---|---|---|
Next Message | Anatoly K. Lasareff | 2000-10-10 08:12:05 | Re: multi-national character sets? |
Previous Message | Anatoly K. Lasareff | 2000-10-10 08:01:49 | Re: Fake table name? |