Re: psql backslash consistency

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: psql backslash consistency
Date: 2005-05-30 14:22:39
Message-ID: 5167f31e29e455d1c6c8e9b6af348918@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


-----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).

- --
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200505280549
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

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

iD8DBQFCmD+3vJuQZxSWSsgRAreqAKC/EekFZeLA1zGzo0LgDXSbTKRNuwCgsCWH
jLLj4ySNlsDWeY1MCdbDlNk=
=RbHQ
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-05-30 14:26:14 Re: psql backslash consistency
Previous Message Bruce Momjian 2005-05-30 14:19:20 Re: Escape handling in COPY, strings, psql