pgsql-bugs@postgresql.org writes:
> I've noticed a problem displaying Functions and Views via PSQL in
> 7.1b3. When one attempts to display views (\dv), one gets nothing.
This is a symptom of using 7.0.* or older psql with current server.
> When one displays functions, one gets the opposite ... the command lists
> *all* functions, including all builtins, not just user-defined
> functions.
Uh, has it ever done differently? \df certainly appears to me to list
all functions in 7.0.*.
regards, tom lane