pgsql: Document that Python 2.3 requires cdecimal module for full funct

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that Python 2.3 requires cdecimal module for full funct
Date: 2014-03-27 02:43:48
Message-ID: E1WT0IG-0006P9-Do@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document that Python 2.3 requires cdecimal module for full functionality.

This has been true for some time, but we were leaving users to discover it
the hard way.

Back-patch to 9.2. It might've been true before that, but we were claiming
Python 2.2 compatibility before that, so I won't guess at the exact
requirements back then.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f3cfc23195e3363ceab49449ed851944bcaf0849

Modified Files
--------------
doc/src/sgml/installation.sgml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-27 09:00:04 pgsql: Silence compiler warnings in new jsonb code.
Previous Message Andrew Dunstan 2014-03-26 22:22:57 pgsql: Fix uninitialized variables in json's populate_record_worker().