Re: When "psql -l" is invoked from prompt and not completed,

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Adrian Calvin <acexec(at)yahoo(dot)com>, pgsql-bugs-owner(at)postgresql(dot)org, pgsql-bugs(at)postgresql(dot)org
Subject: Re: When "psql -l" is invoked from prompt and not completed,
Date: 2003-07-24 22:12:48
Message-ID: 200307242212.h6OMCmx05819@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Tom Lane wrote:
> >> I don't. It's from the interlock that prevents copying a database that
> >> contains active sessions.
>
> > I understand that, but why does psql still hold that lock while
> > displaying the database names with more?
>
> I don't think it closes the database connection until it's ready to
> exit.
>
> We could maybe fix -l to close the connection before outputting data,
> but it doesn't seem like that really will make a lot of difference.
> What of someone who's connected to template1 with a plain "psql
> template1" session?

Oh, so it is their connection to template1 that is causing the lock, not
the display of the -l data. Thanks, got it, and makes sense.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tim McAuley 2003-07-25 10:20:08 casting timeofday to timestamp broken under cygwin
Previous Message Tom Lane 2003-07-24 22:07:46 Re: When "psql -l" is invoked from prompt and not completed,