Mercurial > p > roundup > code
diff CHANGES.txt @ 4514:f6c49df25048
PostgreSQL backend minor improvement:
database creation less likely to fail for PostgreSQL versions >= 8.1
as the table "postgres" is used by default. Closes
issue2550543. Thanks to Kai Storbeck for the patch.
| author | Bernhard Reiter <Bernhard.Reiter@intevation.de> |
|---|---|
| date | Fri, 01 Jul 2011 15:05:09 +0000 |
| parents | 931370d96c34 |
| children | 6467fd9a3afd |
line wrap: on
line diff
--- a/CHANGES.txt Fri Jul 01 14:11:06 2011 +0000 +++ b/CHANGES.txt Fri Jul 01 15:05:09 2011 +0000 @@ -9,6 +9,9 @@ - Xapian indexing improved: Slightly faster and slightly smaller database. Closes issue2550687. Thanks to Olly Betts for the patch. (Bernhard Reiter) +- PostgreSQL backend minor improvement: database creation less likely to fail + for PostgreSQL versions >= 8.1 as the table "postgres" is used by default. + Closes issue2550543. Thanks to Kai Storbeck for the patch. (Bernhard Reiter) Fixed:
