Re: Enhanced psql in core?

From: Abel Abraham Camarillo Ojeda <acamari(at)verlet(dot)org>
To: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
Cc: depesz(at)depesz(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Enhanced psql in core?
Date: 2011-07-10 01:29:09
Message-ID: CAPD=2NhK33W37ioRdzjSAijOgnDQ=wMqvQ89O2ykAKJXy6NsGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jul 9, 2011 at 8:14 PM, Jaime Casanova <jaime(at)2ndquadrant(dot)com> wrote:
> On Sat, Jul 9, 2011 at 5:29 AM, hubert depesz lubaczewski
> <depesz(at)depesz(dot)com> wrote:
>> hi,
>> would it be possible to incorporate
>> http://www.postgres.cz/index.php/Enhanced-psql in core PostgreSQL/psql?
>>
>> This patch adds lots of nice functionalities, which we could definitely
>> use.
>>
>
> big part of this seems to be (based on the examples on the page,
> haven't read the patch) scripting functionality but now that we have
> DO, is really a need for that?
> i'm not really sure if we can do what the same as your example using
> DO but i'm really dubious about the usefullness of that example.
>
> --
> Jaime Casanova         www.2ndQuadrant.com
> Professional PostgreSQL: Soporte 24x7 y capacitación
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>

At least it would be useful to have conditional includes...

\if ...
\i something.sql
\endif

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2011-07-10 03:12:17 Re: cataloguing NOT NULL constraints
Previous Message Jaime Casanova 2011-07-10 01:14:26 Re: Enhanced psql in core?