Jaime Casanova escribió:
> select datname from pg_database where datistemplate='f' and datallowconn =
> 't';
select datname from pg_database where not datistemplate and datallowconn;
Los booleanos son, hey, booleanos.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.