From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Server Side PL support |
Date: | 2004-02-29 19:20:19 |
Message-ID: | 40423B73.7000700@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I have been taking a brief look at pltcl, and particularly its ability
to preload modules. By comparison with most of the core product this
seems to be somewhat out of date and unpolished (e.g. hardcoded path to
libpgtcl.so, no use of schemas for the supporting tables, lack of
comments). Since my understanding of tcl is extremely rusty, I didn't
dig further than that. However, I am interested in getting a similar
facility working for plperl, and thus wanted to start a discussion on
what general facilities could/should be made available to server side
PLs. Or should we just assume that each PL will create it's own support
tables?
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2004-02-29 20:11:33 | Re: Collaboration Tool Proposal -- Summary to date |
Previous Message | Marc G. Fournier | 2004-02-29 19:03:50 | Re: anoncvs problem |