Re: [pgadmin-support] Functions with PLpgsql or PLpython

2006-11-17 Thread Carlos Vieira
Thanks for the help :) it worked fine.     Carlos V. Ketema J. Harris wrote: They will show up if they are in your database.  Run create language command for the languages you wish to use. If you add them to your template db they will be created in any future database you make with that tem

Re: [pgadmin-support] Functions with PLpgsql or PLpython

2006-11-17 Thread Ketema J. Harris
They will show up if they are in your database.  Run create language command for the languages you wish to use.If you add them to your template db they will be created in any future database you make with that template.Ex:create language plperl;if your db was built with perl support this command wi