Re: python and Postgresq

2009-11-24 Thread Tim Roberts
Krishnakant hackin...@gmail.com wrote: Python-pgsql is a much better choice when it comes to big applications, specially if you are going to deal with xml-rpc. I have found that python-pgsql handles integers and other such postgresql datatypes better. I wonder if you would mind expanding on the

python and Postgresq

2009-11-23 Thread Andy dixon
Hi, Does anyone have a link to, or can provide an example script for using python-pgsql (http://pypi.python.org/pypi/python-pgsql/) or if someone can recommend an alternative, that would be fantastic. Thanks! Andy Dixon -- http://mail.python.org/mailman/listinfo/python-list

Re: python and Postgresq

2009-11-23 Thread Diez B. Roggisch
Andy dixon wrote: Hi, Does anyone have a link to, or can provide an example script for using python-pgsql (http://pypi.python.org/pypi/python-pgsql/) or if someone can recommend an alternative, that would be fantastic. I'd recommend psycopg2. This is an introduction:

Re: python and Postgresq

2009-11-23 Thread Ben Finney
Andy dixon a...@malcol.org writes: Does anyone have a link to, or can provide an example script for using python-pgsql (http://pypi.python.org/pypi/python-pgsql/) or if someone can recommend an alternative, that would be fantastic. Diez B. Roggisch de...@nospam.web.de writes: I'd recommend

Re: python and Postgresq

2009-11-23 Thread Andy dixon
Diez B. Roggisch de...@nospam.web.de wrote in message news:7mv62nf3hp17...@mid.uni-berlin.de... Andy dixon wrote: Hi, Does anyone have a link to, or can provide an example script for using python-pgsql (http://pypi.python.org/pypi/python-pgsql/) or if someone can recommend an alternative,

Re: python and Postgresq

2009-11-23 Thread Krishnakant
On Mon, 2009-11-23 at 11:22 +0100, Diez B. Roggisch wrote: Andy dixon wrote: Hi, Does anyone have a link to, or can provide an example script for using python-pgsql (http://pypi.python.org/pypi/python-pgsql/) or if someone can recommend an alternative, that would be fantastic. I'd

Re: python and Postgresq

2009-11-23 Thread Diez B. Roggisch
Krishnakant wrote: On Mon, 2009-11-23 at 11:22 +0100, Diez B. Roggisch wrote: Andy dixon wrote: Hi, Does anyone have a link to, or can provide an example script for using python-pgsql (http://pypi.python.org/pypi/python-pgsql/) or if someone can recommend an alternative, that would