[HACKERS] Python Interface Hacking

2010-07-07 Thread Peter Froehlich
Hi all, I joined this list under the mis-impression that it was about hacking the Python interfaces to pgsql. Is there possibly another list for that? Or is the Python stuff just mixed in with all the rest? Sorry for the meta-question... Cheers, Peter -- Peter H. Froehlich

Re: [HACKERS] Python Interface Hacking

2010-07-07 Thread Robert Haas
On Wed, Jul 7, 2010 at 3:07 AM, Peter Froehlich peter.hans.froehl...@gmail.com wrote: I joined this list under the mis-impression that it was about hacking the Python interfaces to pgsql. Is there possibly another list for that? Or is the Python stuff just mixed in with all the rest? Sorry for

Re: [HACKERS] Python Interface Hacking

2010-07-07 Thread Peter Eisentraut
On ons, 2010-07-07 at 03:07 -0400, Peter Froehlich wrote: I joined this list under the mis-impression that it was about hacking the Python interfaces to pgsql. Is there possibly another list for that? Or is the Python stuff just mixed in with all the rest? Sorry for the meta-question... If

Re: [HACKERS] Python Interface Hacking

2010-07-07 Thread Peter Froehlich
On Wed, Jul 7, 2010 at 8:49 AM, Peter Eisentraut pete...@gmx.net wrote: If you want to hack PL/Python, which is a Python interpreter embedded into the PostgreSQL server, then this is the right place.  (Yes, it's mixed with all the rest.) If you want to hack a Python client driver, then go to

Re: [HACKERS] Python Interface Hacking

2010-07-07 Thread Jan Urbański
On 07/07/10 17:19, Peter Froehlich wrote: On Wed, Jul 7, 2010 at 8:49 AM, Peter Eisentrautpete...@gmx.net wrote: If you want to hack PL/Python, which is a Python interpreter embedded into the PostgreSQL server, then this is the right place. (Yes, it's mixed with all the rest.) If you want to

Re: [HACKERS] Python Interface Hacking

2010-07-07 Thread James William Pye
On Jul 7, 2010, at 12:07 AM, Peter Froehlich wrote: I joined this list under the mis-impression that it was about hacking the Python interfaces to pgsql. Is there possibly another list for that? Or is the Python stuff just mixed in with all the rest? Sorry for the meta-question... For BSD/MIT

Re: [HACKERS] python interface

2003-08-01 Thread Bruce Momjian
What date was the move? I can get you a diff. --- D'Arcy J.M. Cain wrote: On Friday 01 August 2003 00:41, Tom Lane wrote: Marc G. Fournier [EMAIL PROTECTED] writes: Somehow, when we moved it to gborg way back, the

Re: [HACKERS] python interface

2003-08-01 Thread D'Arcy J.M. Cain
On Friday 01 August 2003 00:41, Tom Lane wrote: Marc G. Fournier [EMAIL PROTECTED] writes: Somehow, when we moved it to gborg way back, the 'cvs remove' wasn't done on the mail repository ... there ... cvs remove'd now, so its still part of v7.3.x, but no longer part of v7.4 ... According

Re: [HACKERS] python interface

2003-08-01 Thread elein
gborg has the cvs access, bugs, features, etc. listed for the pygresql project. The website link on the gborg page does point to PyGreSQL.org, however. Will these auxilliary links be available from gborg or are you going to manage it all from PyGreSQL.org? In otherwords, if someone is looking

[HACKERS] python interface

2003-07-31 Thread Bruce Momjian
I still see the python interface in src/interfaces. Marc, I thought you moved that to gborg? -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your

Re: [HACKERS] python interface

2003-07-31 Thread Bruce Momjian
OK, any idea why I see it in my CVS? It was recently completely checked out. --- Marc G. Fournier wrote: actually, the whole python interface was moved over to http://www.pygresql.org ... On Thu, 31 Jul 2003,

Re: [HACKERS] python interface

2003-07-31 Thread Marc G. Fournier
actually, the whole python interface was moved over to http://www.pygresql.org ... On Thu, 31 Jul 2003, Bruce Momjian wrote: I still see the python interface in src/interfaces. Marc, I thought you moved that to gborg? -- Bruce Momjian| http://candle.pha.pa.us

Re: [HACKERS] python interface

2003-07-31 Thread Tom Lane
I still see the python interface in src/interfaces. Marc, I thought you moved that to gborg? I still see it too ... and so does cvsweb: http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/python/ regards, tom lane ---(end of

Re: [HACKERS] python interface

2003-07-31 Thread Marc G. Fournier
On Fri, 1 Aug 2003, Bruce Momjian wrote: OK, any idea why I see it in my CVS? It was recently completely checked out. Somehow, when we moved it to gborg way back, the 'cvs remove' wasn't done on the mail repository ... there ... cvs remove'd now, so its still part of v7.3.x, but no longer

Re: [HACKERS] python interface

2003-07-31 Thread Tom Lane
Marc G. Fournier [EMAIL PROTECTED] writes: Somehow, when we moved it to gborg way back, the 'cvs remove' wasn't done on the mail repository ... there ... cvs remove'd now, so its still part of v7.3.x, but no longer part of v7.4 ... According to the CVS logs, there were several patches applied

Re: [HACKERS] python interface

2003-01-08 Thread D'Arcy J.M. Cain
On Saturday 04 January 2003 19:58, Marc G. Fournier wrote: Let me know how it goes, and what the project is ... that way we can move the current CVS over so that we don't lose the extensive logging history Hmm. I didn't think that it was suggested to move the repository again. I thought I

Re: [HACKERS] python interface

2003-01-08 Thread Bruce Momjian
D'Arcy J.M. Cain wrote: On Saturday 04 January 2003 19:58, Marc G. Fournier wrote: Let me know how it goes, and what the project is ... that way we can move the current CVS over so that we don't lose the extensive logging history Hmm. I didn't think that it was suggested to move the

Re: [HACKERS] python interface

2003-01-04 Thread Marc G. Fournier
Let me know how it goes, and what the project is ... that way we can move the current CVS over so that we don't lose the extensive logging history ... On Fri, 3 Jan 2003, D'Arcy J.M. Cain wrote: On Friday 03 January 2003 15:24, Tom Lane wrote: D'Arcy J.M. Cain [EMAIL PROTECTED] writes:

Re: [HACKERS] python interface

2003-01-03 Thread D'Arcy J.M. Cain
On Tuesday 17 December 2002 14:10, Bruce Momjian wrote: I think the python interface in /interfaces/python should be moved to gborg. It already has its own web site: http://www.druid.net/pygresql/ I would love to add PyGreSQL to gborg but no matter how often I log in it tells me that

Re: [HACKERS] python interface

2003-01-03 Thread Tom Lane
D'Arcy J.M. Cain [EMAIL PROTECTED] writes: I would love to add PyGreSQL to gborg but no matter how often I log in it tells me that I need to be logged in to create a new project. Weird. Maybe you're blocking cookies, or something like that? regards, tom lane

Re: [HACKERS] python interface

2003-01-03 Thread D'Arcy J.M. Cain
On Friday 03 January 2003 15:24, Tom Lane wrote: D'Arcy J.M. Cain [EMAIL PROTECTED] writes: I would love to add PyGreSQL to gborg but no matter how often I log in it tells me that I need to be logged in to create a new project. Weird. Maybe you're blocking cookies, or something like that?

[HACKERS] python interface

2002-12-17 Thread Bruce Momjian
I think the python interface in /interfaces/python should be moved to gborg. It already has its own web site: http://www.druid.net/pygresql/ and there is also another one, pyPgSQL, at: http://pypgsql.sourceforge.net/ It would be good to get both of them listed in the gborg

Re: [HACKERS] python interface

2002-12-17 Thread Hannu Krosing
Bruce Momjian kirjutas K, 18.12.2002 kell 00:10: I think the python interface in /interfaces/python should be moved to gborg. It already has its own web site: http://www.druid.net/pygresql/ and there is also another one, pyPgSQL, at: http://pypgsql.sourceforge.net/ And the