python - ex: Add a few exceptions and rename a few.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ex: Add a few exceptions and rename a few.
Date: 2005-08-17 05:20:10
Message-ID: 20050817052010.31CA01125F7B@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a few exceptions and rename a few.
Add general TypeError, ValidityError(Old ValidityError is now
SEARVValidityError). Rename CannotChangeRuntimeParameterError to
ImmutableRuntimeParameterError. Add IndeterminateDatatypeError(SEARVTypeError).

Modified Files:
--------------
ex/test:
prime.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ex/test/prime.py.diff?r1=1.1&r2=1.2)
ex/src:
prime.py (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ex/src/prime.py.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-08-17 19:45:52 pgsql: Fix declaration of dumpacl, per Alvaro.
Previous Message James William Pye 2005-08-17 05:06:01 python - be: Limit Postgres.Query to 1 command.