Re: [HACKERS] Proposal: include PL/Proxy into core

2007-03-31 Thread Marko Kreen
On 3/30/07, Josh Berkus wrote: I, personally, think that it's worth talking about integrating these. However, the old versions were definitely NOT ready for integration, and the new versions went on the internet like a week ago. Heck, I haven't even downloaded them yet. Yeah, the old version

Re: [HACKERS] Proposal: include PL/Proxy into core

2007-03-30 Thread Marko Kreen
On 3/30/07, Tom Lane <[EMAIL PROTECTED]> wrote: "Marko Kreen" <[EMAIL PROTECTED]> writes: > Now, why put it into core? I don't think you have made a sufficient case for that. I think it should stay as an outside project for awhile and see what sort of userbase it attracts. If it becomes suffic

Re: [HACKERS] Proposal: include PL/Proxy into core

2007-03-30 Thread Josh Berkus
Hannu, Marko, I, personally, think that it's worth talking about integrating these. However, the old versions were definitely NOT ready for integration, and the new versions went on the internet like a week ago. Heck, I haven't even downloaded them yet. Can we address these on the 8.4 timeli

Re: [HACKERS] Proposal: include PL/Proxy into core

2007-03-30 Thread Tom Lane
"Marko Kreen" <[EMAIL PROTECTED]> writes: > Now, why put it into core? I don't think you have made a sufficient case for that. I think it should stay as an outside project for awhile and see what sort of userbase it attracts. If it becomes sufficiently popular I'd be willing to consider adding i

Re: [HACKERS] Proposal: include PL/Proxy into core

2007-03-30 Thread Hannu Krosing
Ühel kenal päeval, R, 2007-03-30 kell 13:36, kirjutas Marko Kreen: > PL/Proxy is a small PL whose goal is to allow creating > "proxy functions" that call actual functions in remote database. > Basic design is: > > Function body describes how to deduce final database. Its either > > CONNECT 'con

Re: [HACKERS] Proposal: include PL/Proxy into core

2007-03-30 Thread Marko Kreen
On 3/30/07, Cédric Villemain <[EMAIL PROTECTED]> wrote: Le vendredi 30 mars 2007 12:36, Marko Kreen a écrit: > Patch: > > http://plproxy.projects.postgresql.org/plproxy_core.diff.gz Note a perhaps oversight in your makefile : + #REGRESS_OPTS = --dbname=$(PL_TESTDB) --load-language=plpgsql --lo

Re: [HACKERS] Proposal: include PL/Proxy into core

2007-03-30 Thread Cédric Villemain
Le vendredi 30 mars 2007 12:36, Marko Kreen a écrit : > Patch: > > http://plproxy.projects.postgresql.org/plproxy_core.diff.gz Note a perhaps oversight in your makefile : + #REGRESS_OPTS = --dbname=$(PL_TESTDB) --load-language=plpgsql --load-language=plproxy + REGRESS_OPTS = --dbname=regressio