psql backslash consistency - Mailing list pgsql-patches

From Greg Sabino Mullane
Subject psql backslash consistency
Date
Msg-id 1117126698.10136.11.camel@localhost.localdomain
Whole thread Raw
Responses Re: psql backslash consistency
List pgsql-patches
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Attached is my "backslash consistency" patch which basically makes all
the backslash commands behave as \dt does: \d* shows non-system objects,
and \d*S shows system objects. See the archives for more discussion on
this. I wrote this patch some time ago, and have been meaning to work on
enhancing the tab-completion stuff more. However, I'm going to leave it
as it is for now[1], and I've updated my patch to the recent cvs. This
was done hastily, so it definitely needs a looking over.

[1] I'd like to eventually fix psql so that \di [tab] only lists schemas
that actually contain possible indexes (or indexes), rather than the
current behavior which is to just list all schemas.

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200505261242
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

-----BEGIN PGP SIGNATURE-----

iD8DBQFClfyjvJuQZxSWSsgRAv4aAJ48KPwfzYGpU80KcjS9/obMqKMK0wCgx+M0
hCAJLpFXpj72anOnb+2E0yg=
=ezLT
-----END PGP SIGNATURE-----


Attachment

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: Remove second argument from textToQualifiedNameList
Next
From: Tom Lane
Date:
Subject: Re: psql backslash consistency