Re: psql patch: new host/port without leaving session

From: Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Neil Conway <neilc(at)samurai(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: psql patch: new host/port without leaving session
Date: 2006-04-02 19:43:29
Message-ID: 20060402194329.GA176@alamut
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Apr 02 12:37, Tom Lane wrote:
> Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr> writes:
> > Won't it be better if we distinguish between "default" and "current"
> > value of a parameter with '-' (for the "current") and '+' (for the
> > "default") characters? For example:
>
> That seems like a frammish without sufficient use-case. You can always
> quit and restart psql to get back to the defaults.

You can always quit and restart psql with new connection parameters.
In this situation, we shouldn't bother with \c too. Don't they share
the same use-case? (If there's any.)

Regards.

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2006-04-02 20:11:08 Re: psql patch: new host/port without leaving session
Previous Message Alvaro Herrera 2006-04-02 18:41:38 [WIP] Add relminxid column to pg_class