On Thu, Aug 12, 2004 at 13:57:55 -0500, John Foster wrote: > ERROR: language "plpgsql" does not exist
Apparently you haven't "installed" the Pl/PgSQL procedural language in your
template database yet. See
http://www.postgresql.org/docs/7.4/static/xplang.html
for documentation and try
createlang plpgsql template1
HTH,
Ray
--
Javascript is EVIL!
keyweed
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

