eoghan wrote:
Hello
Im trying to load plpgsql into my test db... Im wondering if theres a way to check if its loaded... I do:
test-# createlang plpgsql test

createlang is a command line client:

bash# createlang -U postgres -P 5432 plpgsql database

What you are looking for is:

CREATE LANGUAGE.

Sincerely,

Joshua D. Drake





--
Your PostgreSQL solutions company - Command Prompt, Inc. 1.800.492.2240
PostgreSQL Replication, Consulting, Custom Programming, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

              http://www.postgresql.org/docs/faq

Reply via email to