Thread: Suggestion for improvement: easier procedural language addition

Suggestion for improvement: easier procedural language addition

From
Troels Arvin
Date:
Hello,

When using PostgreSQL from the command line, it's easy to add pgpgsql
support to a database: "createlang ...". I don't know how to accomplish
the same thing in pgadmin III. I have found the place to do it, but I
find it cryptic to fill out the right parameters.

It would be great if pgadmin III offered a way to add a procedural
language which were as easy as using the "createlang" PostgreSQL
helper-program: Perhaps a drop-down with the most usual procedural
languaguages (plpgsql, perl and perhaps tcl or python).

--
Greetings from Troels Arvin, Copenhagen, Denmark

Re: Suggestion for improvement: easier procedural language addition

From
Jean-Michel POURE
Date:
On Tuesday 15 July 2003 13:06, Troels Arvin wrote:
> It would be great if pgadmin III offered a way to add a procedural
> language which were as easy as using the "createlang" PostgreSQL
> helper-program: Perhaps a drop-down with the most usual procedural
> languaguages (plpgsql, perl and perhaps tcl or python).

It would also be nice to be able to add these languages in template1 to make
them available at database system level.

Cheers,
Jean-Michel