From: | Gregory Stark <stark(at)enterprisedb(dot)com> |
---|---|
To: | "Jim C(dot) Nasby" <decibel(at)decibel(dot)org> |
Cc: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-patches" <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: Concurrent psql patch |
Date: | 2007-05-14 17:26:42 |
Message-ID: | 87lkfrb9kd.fsf@oxford.xeocode.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
"Jim C. Nasby" <decibel(at)decibel(dot)org> writes:
> Since this command will be getting used very frequently by anyone using
> concurrent connections interactively, it'd be nice if it was lower-case.
> It looks like that limits us to j, k, m, n, v, and y. In unix this idea
> is about jobs, what about using \j?
Well currently it's not really terribly interesting to use interactively since
you could always just start a second shell and run a second instance of psql.
I really only have regression tests in mind for it. That's why I don't find it
a problem at all to only extend \g and not semicolon handling.
That said, I think a next step for this for interactive use would be to handle
C-z to "background" the currently running query. So perhaps it does make sense
to keep use cases like that when deciding on command names now.
--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-05-14 17:29:12 | Re: Use of ActiveSnapshot |
Previous Message | Andrew - Supernews | 2007-05-14 17:26:05 | Re: What is happening on buildfarm member baiji? |
From | Date | Subject | |
---|---|---|---|
Next Message | David Fetter | 2007-05-14 17:35:56 | Re: [PATCHES] OS/X startup scripts |
Previous Message | Alvaro Herrera | 2007-05-14 16:55:56 | Re: [GENERAL] dropping role w/dependent objects |