postgres example

Mark McEahern marklists at mceahern.com
Sat Jan 12 16:39:15 EST 2002


QdlatY:
> Thanks for this example, but one thing, i used postgres much in my past,
> but i've never user "cursors" what is this ?

You're welcome.  From PgSQL.py:

#-----------------------------------------------------------------------+
# Name:		Cursor							|
#									|
# Description:	Cursor defines the Python DB-API 2.0 cursor object.	|
#		See the DB-API 2.0 specification for details.		|
#-----------------------------------------------------------------------+

I don't know whether that answers your question.  Perhaps examinging the
source code from line 1735 on might?

Cheers,

// mark





More information about the Python-list mailing list