Re: Postgre - PHP

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Jaime Casanova <systemguards(at)gmail(dot)com>
Cc: linder poclaba lazaro <linder(dot)poclaba(at)gmail(dot)com>, edukoski(at)montevideo(dot)com(dot)uy, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Postgre - PHP
Date: 2006-05-16 03:50:43
Message-ID: 20060516035043.GB15375@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

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

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Carlos Luis Sánchez Bocanegra 2006-05-16 06:56:09 Sobre tinyerp
Previous Message Alvaro Herrera 2006-05-16 03:49:27 Re: PostgreSQL 8.1 sobre Debian Sarge (stable)