python - be: Add common types to module and comment out LargeObject

From: jwp(at)pgfoundry(dot)org (User Jwp)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Add common types to module and comment out LargeObject
Date: 2005-04-07 14:49:25
Message-ID: 20050407144925.89B4E318F63@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add common types to module and comment out LargeObject until it's stabilized.

Modified Files:
--------------
be/src:
prime.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/prime.py.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jwp 2005-04-07 14:52:07 python - be: Postgres.Object and others no longer depend on this as a
Previous Message User Jwp 2005-04-07 14:46:39 python - be: Moved to call/ to reflect its inheritance of PyPgCall_Type.