> postgres=# CREATE DATABASE test WITH TEMPLATE = template1 ENCODING = 'UTF8'; > CREATE DATABASE > postgres=# drop database test; > 2009-02-09 11:00:04 LOG: pid 5306: SimpleQuery: received SET > TRANSACTION ISOLATION LEVEL must be called before any query error. > query: drop database test; > ERROR: DROP DATABASE cannot run inside a transaction block > postgres=# \q > #v- > > Guess 'DROP DATABASE' need to be exclude also.
Thanks. Will fix. -- Tatsuo Ishii SRA OSS, Inc. Japan _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
