Mercurial > p > roundup > code
comparison CHANGES.txt @ 4471:4f353d71d716
Configuration issue:
On some postgresql 8.4 installations (notably on debian squeeze) the
default template database used for database creation doesn't match the
needed character encoding UTF8 -- a new config option 'template' in
the rdbms section now allows specification of the template. You know
you need this option if you get the error message:
psycopg2.DataError: new encoding (UTF8) is incompatible with the
encoding of the template database (SQL_ASCII)
HINT: Use the same encoding as in the template database, or use
template0 as template.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Wed, 16 Mar 2011 11:26:50 +0000 |
| parents | 21a95ba01a42 |
| children | 34dce76bb202 |
comparison
equal
deleted
inserted
replaced
| 4470:21a95ba01a42 | 4471:4f353d71d716 |
|---|---|
| 40 from other transactions) see new ConcurrentDBTest for a | 40 from other transactions) see new ConcurrentDBTest for a |
| 41 read-modify-update cycle that fails with the old caching behavior. | 41 read-modify-update cycle that fails with the old caching behavior. |
| 42 (Ralf Schlatterbeck) | 42 (Ralf Schlatterbeck) |
| 43 - Fix incorrect setting of template in customizing.txt example action, | 43 - Fix incorrect setting of template in customizing.txt example action, |
| 44 patch via issue2550682 (thanks John Kristensen) | 44 patch via issue2550682 (thanks John Kristensen) |
| 45 - Configuration issue: On some postgresql 8.4 installations (notably on | |
| 46 debian squeeze) the default template database used for database | |
| 47 creation doesn't match the needed character encoding UTF8 -- a new | |
| 48 config option 'template' in the rdbms section now allows specification | |
| 49 of the template. You know you need this option if you get the error | |
| 50 message: | |
| 51 psycopg2.DataError: new encoding (UTF8) is incompatible with the | |
| 52 encoding of the template database (SQL_ASCII) | |
| 53 HINT: Use the same encoding as in the template database, or use | |
| 54 template0 as template. | |
| 55 (Ralf Schlatterbeck) | |
| 45 | 56 |
| 46 | 57 |
| 47 2010-10-08 1.4.16 (r4541) | 58 2010-10-08 1.4.16 (r4541) |
| 48 | 59 |
| 49 Features: | 60 Features: |
