Re: [HACKERS] CURRENT: crash in select_view regression test...

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: maillist(at)candle(dot)pha(dot)pa(dot)us
Cc: vadim(at)krs(dot)ru, jwieck(at)debis(dot)com, hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] CURRENT: crash in select_view regression test...
Date: 1999-01-17 12:12:36
Message-ID: 199901171212.MAA25596@mtcc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce,

This problem with VIEWs was fixed by Jan WiecK on or
around 18th December.

Keith.

Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>

>
> > Hi,
> >
> > I think I need some help here
> >
> > Taking part of the pg_views rule shows it thinks the views
> > are NOT views.
> >
> > postgres=> SELECT relname AS viewname, pg_get_userbyid(relowner) AS
viewowner,
> > pg_get_viewdef(relname) AS definition FROM pg_class WHERE relhasrules;
> > viewname |viewowner|definition
> > ----------+---------+----------
> > pg_user |postgres |Not a view
> > pg_rules |postgres |Not a view
> > pg_views |postgres |Not a view
> > pg_tables |postgres |Not a view
> > pg_indexes|postgres |Not a view
> > (5 rows)
>
> Works in the current development tree.
>
>

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 1999-01-17 14:20:25 Re: [HACKERS] 6.4.2 HP-UX makefile problem?
Previous Message Keith Parks 1999-01-17 12:09:28 Re: [HACKERS] Backend crash in opr_sanity regression test.