This blog is a knowledge dump of all the technical information floating around in my head. It deals with anything involving software, hardware, gadgets, and technology.
Aug 28, 2012
PostgreSQL: Check if Procedural Language is installed
To check if a procedural language is installed on PostgreSQL, just run the following:
SELECT COUNT(*) FROM pg_language WHERE lanname = 'plpgsql';
No comments:
Post a Comment
Thanks for contributing!! Try to keep on topic and please avoid flame wars!!