python - be: Make Postgres.Query more intuitive by using

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Make Postgres.Query more intuitive by using
Date: 2005-06-22 19:24:43
Message-ID: 20050622192443.F185D11260AA@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make Postgres.Query more intuitive by using parse_analyze_varparams to discover
argument types, rather than requiring explicit specification. (Explicit
specification is, actually, no longer supported.)

Modified Files:
--------------
be/include/pypg:
query.h (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/include/pypg/query.h.diff?r1=1.3&r2=1.4)
be/src:
query.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/query.c.diff?r1=1.5&r2=1.6)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-06-22 21:14:34 pgsql: Make REINDEX DATABASE do what one would expect, namely reindex
Previous Message Tom Lane 2005-06-22 17:45:46 pgsql: Fix the mechanism for reporting the original table OID and column