Am 18.01.2014 21:12, schrieb Abraham Elmahrek:
Does PyGreSQL support CREATE DATABASE? It apparently tries to do this within a transaction, which is not supported.
In pgdb (DB API 2), everything happens inside a transaction. With pg (classic API) it should be possible.
-- Christoph _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
