Adding support for plpgsql - Mailing list pgsql-docs

From Mike Cianflone
Subject Adding support for plpgsql
Date
Msg-id B9F49C7F90DF6C4B82991BFA8E9D547B17D105@BUFORD.littlefeet-inc.com
Whole thread Raw
Responses Re: Adding support for plpgsql  (Roberto Mello <rmello@cc.usu.edu>)
List pgsql-docs
    I'm trying to create a procedure that uses plpgsql, but the db tells
me that that language is not supported when creating the function. I copied
an example for creating the function using plpgsql. I see the CREATE
PROCEDURAL LANGUAGE command in the manual, but does plpgsql come standard?
Do I need to install an optional package to get the db to recognize plpgsql
functions?

Thanks for any assistance,
Mike

pgsql-docs by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: RE: Multiple primary keys
Next
From: Roberto Mello
Date:
Subject: Re: Adding support for plpgsql