Re: psql backslash consistency

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: psql backslash consistency
Дата
Msg-id 200505301426.j4UEQEG09913@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: psql backslash consistency  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-patches
Greg Sabino Mullane wrote:
[ There is text before PGP section. ]
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> > Could we have a way to turn this off?  At least for functions and
> > operators?  For my usage, at least, this will be a serious step
> > backwards in usefulness
>
> But all we are asking is that you add a single letter ('S') to your
> queries. There are probably only a handful of people besides yourself
> who use \df to look up system functions, while the other 99% of the world
> would benefit greatly from being able to do a \df and see their functions,
> as opposed to doing "\df public.*" (which won't work of course if you have
> your functions in other schemas).

I am thinking we need a non-system modifier like U (user) that will only
show only user functions, operators, etc.  With that, we can default the
backslash commands to be the most convenient default, and it can be
over-ridden.

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

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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: psql backslash consistency
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: psql backslash consistency