python - typ: Make record more "subclassable".

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - typ: Make record more "subclassable".
Date: 2006-03-10 18:53:44
Message-ID: 20060310185345.04EF3103382A@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make record more "subclassable".

Introduce an 'atttypid' attribute that by default is set to "()" (empty tuple).
This is what the sender and receiver will use to specify or validate the typids
sent or received.

Modified Files:
--------------
typ/src:
root.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/root.py.diff?r1=1.1.1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-03-10 18:59:27 python - pq: Move (tracenull)RaiseTransactionError to
Previous Message Neil Conway 2006-03-10 17:20:51 Re: pgsql: Remove Jan Wieck's name from copyrights,