| From: | Andy Lewis <alewis(at)themecca(dot)net> |
|---|---|
| To: | José Soares <jose(at)sferacarta(dot)com> |
| Cc: | pgsql-general(at)postgreSQL(dot)org |
| Subject: | Re: [GENERAL] PL/pgSQL |
| Date: | 1999-04-27 13:38:00 |
| Message-ID: | Pine.LNX.4.05.9904270837480.9532-100000@tmg.themecca.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Thanks I'll give it a try!
Andy
On Tue, 27 Apr 1999, [iso-8859-1] Jos Soares wrote:
>
>
> Andy Lewis ha scritto:
>
> > How does one compile or add PL/pgSQL if it doesn't already exist?
> >
> > I've searched the DOCS and mailing list and the best that I can come up
> > with is an enable script that complains about the missing .sql file.
> >
> > I'm running 6.4.2
>
> cd postgresql-v6.4.2/src/pl/plpgsql
> and run:
> make clean
> make all
> make install
> to compile and install plpgsql.so
> then
> create language by:
> cd postgresql-v6.4.2/src/pl/plpgsql/src
> psql < mklang.sql
>
> Jos
>
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adriaan Joubert | 1999-04-27 14:03:47 | Re: [GENERAL] Desperately Seeking Regular Expression |
| Previous Message | Thomas Good | 1999-04-27 13:35:32 | Desperately Seeking Regular Expression |