pgsql: Hook up the plpython result-object nrows and status methods - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Hook up the plpython result-object nrows and status methods
Date
Msg-id 20041217021453.48D323CB81F@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Hook up the plpython result-object nrows and status methods correctly.
Adjust documentation to match current reality.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        plpython.sgml (r1.24 -> r1.25)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpython.sgml.diff?r1=1.24&r2=1.25)
    pgsql/src/pl/plpython:
        plpython.c (r1.57 -> r1.58)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c.diff?r1=1.57&r2=1.58)

pgsql-committers by date:

Previous
From: seanc@pgfoundry.org (User Seanc)
Date:
Subject: pgmemcache - CVSROOT: Expand $PostgreSQL$ as an RCS ID tag
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: In a PGXS build, expect to find the postgres executable already