| From: | Pam Wampler <Pam_Wampler(at)taylorwhite(dot)com> |
|---|---|
| To: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>, Pam Wampler <Pam_Wampler(at)taylorwhite(dot)com> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: How to include plpgsql in table pg_language |
| Date: | 2002-02-16 20:03:40 |
| Message-ID: | 2E4528861499D41199D200A0C9B15BC0012F4545@taylorwhite.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
that worked ! thanks
-----Original Message-----
From: Stephan Szabo [mailto:sszabo(at)megazone23(dot)bigpanda(dot)com]
Sent: Friday, February 15, 2002 12:01 PM
To: Pam Wampler
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] How to include plpgsql in table pg_language
On Fri, 15 Feb 2002, Pam Wampler wrote:
> I am trying to get a trigger/function to work & I think I need to use the
> plpgsql to do that --
> but I keep getting errors that the plpgsql is not in the table pg_language
> --
> What do I need to do to be able to use plpgsql?
Use the createlang script to add the language to the database.
createlang plpgsql database
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2002-02-17 01:57:31 | Re: CREATE TABLE privilege - will it be implemented? |
| Previous Message | D'laila Pereira | 2002-02-16 17:24:50 | Running postgresql problem?? |