Simon Riggs wrote:
On Thu, 2009-01-22 at 22:35 +0000, Simon Riggs wrote:

* Bug fix v9 over next few days

version 9g - please use this for testing now


I'm doing some test runs with this now. I notice an old flatfiles related bug has reappeared:

master:

=# create database test;

slave:

=# select datname from pg_database where datname like 'test';
datname
---------
test
(1 row)

postgres=# \c test
FATAL:  database "test" does not exist
Previous connection kept


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to