Last modified: 2006-08-19 12:49:30 UTC
Starting in postgresql 8.1, the pg_pltemplate table provides the installation specific information one needs to install plpgsql with a simple sql command. If the user does not have plpgsql, we can look for this table, and if it exists we can attempt to install plpgsql for the user automagically.
Created attachment 2250 [details] adds check for pg_pltemplate and attempts install when needed