that worked ! thanks -----Original Message----- From: Stephan Szabo [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 12:01 PM To: Pam Wampler Cc: [EMAIL PROTECTED] 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 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])