Re: Consistent \d commands in psql

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Consistent \d commands in psql
Дата
Msg-id 200804030037.m330bHT12548@momjian.us
обсуждение исходный текст
Ответ на Re: Consistent \d commands in psql  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-patches
The patch author has been given feedback, so this has been saved for the
next commit-fest:

    http://momjian.postgresql.org/cgi-bin/pgpatches_hold

---------------------------------------------------------------------------

Greg Sabino Mullane wrote:
[ There is text before PGP section. ]
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
>
> > \df Lists all user functions
> > \df [pattern] Lists both system and user functions matching [pattern]
> > \df * Lists all system and user functions
>
> I don't like this for two reasons: the items returned changes based on
> the existence of args, rather than on the command itself, and more
> importantly, this would make it inconsistent with the other backslash
> commands.
>
> > One question: should \df really list *all* nonsystem functions?  Or just
> > the ones that are visible in your search path?  I'd be inclined to say
> > the second.
>
> Agreed, we should respect the search path like the other commands do.
> Although I wonder if a long-term idea would be to at least indicate
> that there are other same-named things in your path?
>
> - --
> Greg Sabino Mullane greg@endpoint.com  greg@turnstep.com
> End Point Corporation 610-983-9073
> PGP Key: 0x14964AC8 200804020915
> http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
> -----BEGIN PGP SIGNATURE-----
>
> iEYEAREDAAYFAkfzh0IACgkQvJuQZxSWSsgTCgCdEv1vl7c0uIpIU3pSiH/VLvEg
> m5wAni5/gJ0K2w1gpaNaWpVFCRJX200f
> =ZnTm
> -----END PGP SIGNATURE-----
>
>
>
> --
> Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-patches

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Configurable Penalty Costs for Levenshtein
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: actualized SQL/PSM patch