Re: [COMMITTERS] pgsql: Add Unicode support in PL/Python PL/Python now accepts Unicode

2009-09-12 Thread Tom Lane
[email protected] (Peter Eisentraut) writes: > Log Message: > --- > Add Unicode support in PL/Python The buildfarm seems quite unhappy with this patch. regards, tom lane -- Sent via pgsql-committers mailing list ([email protected]) To make chang

[COMMITTERS] pgsql: Add Unicode support in PL/Python PL/Python now accepts Unicode

2009-09-12 Thread Peter Eisentraut
Log Message: --- Add Unicode support in PL/Python PL/Python now accepts Unicode objects where it previously only accepted string objects (for example, as return value). Unicode objects are converted to the PostgreSQL server encoding as necessary. This change is also necessary for future