Diez B. Roggisch wrote: > taliesin schrieb: >> Hi, >> >> I'm probably being very dense so apologies in advance, but I can't find >> any decent documentation for the psycopg module for PostgreSQL >> interfacing. >> >> Google and Yahoo don't seem to return much for any of the queries I gave >> them and what's listed as the homepage for psycopg is this: >> http://initd.org/projects/psycopg2 >> >> Having wrestled with trac myself, I can appreciate where the fellah is >> coming from, but it doesn't help me much with psycopg! >> >> I've also found: >> >> http://initd.org/pub/software/psycopg/dbapi20programming.pdf >> >> which is good, but incomplete. >> >> Is there any other documentation out there that people know of? > > psycopg(2) are DB-API 2.0 compliant. > > http://www.python.org/dev/peps/pep-0249/ > > That's usually enough, plus a few interactive interpreter sessions. > > Diez
Ah, thank you. That'll be sufficient. And thanks for the very speedy reply, Taliesin. -- http://mail.python.org/mailman/listinfo/python-list