Re: psql \c error

From: Philip Yarra <philip(at)utiba(dot)com>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: psql \c error
Date: 2006-04-06 02:05:12
Message-ID: 200604061205.13091.philip@utiba.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 3 Apr 2006 06:13 am, Neil Conway wrote:
> I've committed a patch to HEAD that should improve this behavior. Let me
> know if the current behavior is still unsatisfactory.

Yes, thanks, it fixes the stuff that bugged me:

[pyarra(at)punky pgsql]$ psql -p5434 -dpyarra
[snip opening car chase]
pyarra=# \c foo
You are now connected to database "foo".
foo=# \c philip - - 5432
You are now connected to database "philip" at port "5432".
philip=#

Regards, Philip.

--

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan

-----------------
Utiba Pty Ltd
This message has been scanned for viruses and
dangerous content by Utiba mail server and is
believed to be clean.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-04-06 02:22:40 Re: Speaking of pgstats
Previous Message Josh Berkus 2006-04-06 00:22:10 Anyone want to finish BEFORE COMMIT triggers?