Re: Problem displaying functions and views in 7.1b3

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Problem displaying functions and views in 7.1b3
Date: 2001-02-08 01:39:47
Message-ID: 3A81F8E3.C4AA424E@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom Lane wrote:

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

There's the following code in src/bin/pgaccess/lib/mainlib.tcl

wpg_select $CurrentDB "select proname from pg_proc where
oid>$maxim order by proname" rec {

where maxim(the oid of "template1" database) is 1 in 7.1.

Regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jake Newren 2001-02-08 01:53:27 View refuses to work after system reboot
Previous Message Tom Lane 2001-02-08 01:11:16 Re: Problem displaying functions and views in 7.1b3