Re: Postgre - PHP

From: "linder poclaba lazaro" <linder(dot)poclaba(at)gmail(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Postgre - PHP
Date: 2006-05-16 12:47:30
Message-ID: 5aa69e1b0605160547k3c496240v17bfb7f69180943c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

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.
>

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Martin Marques 2006-05-16 12:48:04 Re: PostgreSQL 8.1 sobre Debian Sarge (stable)
Previous Message Jaime Casanova 2006-05-16 11:38:01 Re: OT-Duda sobre base de datos