| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Michael J Davis <michael(dot)j(dot)davis(at)tvguide(dot)com> |
| Cc: | "'Adam H(dot) Pendleton'" <apendleton(at)vgsinc(dot)com>, pgsql-sql(at)hub(dot)org |
| Subject: | Re: [SQL] plpgsql error |
| Date: | 1999-05-10 21:34:55 |
| Message-ID: | 9246.926372095@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Michael J Davis <michael(dot)j(dot)davis(at)tvguide(dot)com> writes:
> Look in the docs for create language. You need to execute a create language
> command to tell postgres to recognize plpgsql. I believe the library is
> created as part of the install process.
plpgsql isn't installed into the system by default; you have to do the
appropriate incantation after installing and starting the base Postgres
system. ISTR there is a shell script you should run to do all that's
needful --- look in the plpgsql docs and/or source files.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1999-05-10 21:38:16 | Re: [SQL] plpgsql error |
| Previous Message | Andy Lewis | 1999-05-10 21:05:22 | Re: [SQL] plpgsql error |