Thread
-
psql autocompletion for \z and \dg
Josh Kupershmidt <schmiddy@gmail.com> — 2010-10-21T02:56:07Z
Hi all, It looks like psql's tab completion for the \z and \dg commands in psql are missing. I couldn't see a reason for this, so attached patch fixes. Also, this patch proposes to change psql's "\?" help text to say that \dg and \du are the same, since AFAICT they do exactly the same thing. Josh
-
Re: psql autocompletion for \z and \dg
Robert Haas <robertmhaas@gmail.com> — 2010-10-22T00:45:04Z
On Wed, Oct 20, 2010 at 10:56 PM, Josh Kupershmidt <schmiddy@gmail.com> wrote: > It looks like psql's tab completion for the \z and \dg commands in > psql are missing. I couldn't see a reason for this, so attached patch > fixes. > > Also, this patch proposes to change psql's "\?" help text to say that > \dg and \du are the same, since AFAICT they do exactly the same thing. Please add this in the usual spot: https://commitfest.postgresql.org/action/commitfest_view/open -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
-
Re: psql autocompletion for \z and \dg
Josh Kupershmidt <schmiddy@gmail.com> — 2010-10-22T00:57:44Z
On Thu, Oct 21, 2010 at 8:45 PM, Robert Haas <robertmhaas@gmail.com> wrote: > Please add this in the usual spot: > https://commitfest.postgresql.org/action/commitfest_view/open Aye sir, added.
-
Re: psql autocompletion for \z and \dg
Peter Eisentraut <peter_e@gmx.net> — 2010-10-28T20:10:44Z
On ons, 2010-10-20 at 22:56 -0400, Josh Kupershmidt wrote: > It looks like psql's tab completion for the \z and \dg commands in > psql are missing. I couldn't see a reason for this, so attached patch > fixes. > > Also, this patch proposes to change psql's "\?" help text to say that > \dg and \du are the same, since AFAICT they do exactly the same thing. Committed with slight variations. I didn't think documenting \du as "same as \dg" added much value, so I just made them both "list roles".