From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | "Greg Sabino Mullane" <greg(at)turnstep(dot)com> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: psql backslash consistency |
Date: | 2005-05-30 14:34:21 |
Message-ID: | 200505301634.21523.peter_e@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Greg Sabino Mullane wrote:
> 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).
Several years ago, \df was considered the primary documentation for what
functions existed and what they did, as the full documentation was not
all that complete back then. That's why all functions tend to have
comments defined by default. Now I don't look up functions as much as
I used to, probably because I know most of them, but I can imagine that
this original purpose of \df is still valid today.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-05-30 14:51:39 | Re: [HACKERS] patches for items from TODO list |
Previous Message | Bruce Momjian | 2005-05-30 14:28:17 | Re: Escape handling in COPY, strings, psql |