Re: Problem displaying functions and views in 7.1b3

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-bugs@postgresql.org
Date: 2001-02-08T01:11:16Z
Lists: pgsql-bugs
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