ups jiji :)
On 5/15/06, Alvaro Herrera <alvherre(at)commandprompt(dot)com> wrote:
>
> 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.
>