Re: [GENERAL] what is "view?"

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Marc Tardif <admin(at)wtbwts(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] what is "view?"
Date: 2000-01-26 18:34:06
Message-ID: Pine.LNX.4.21.0001260028340.9535-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2000-01-25, Marc Tardif mentioned:

> When listing my tables and indices in psql, I see a "view?" in type. What
> is this type? Where can I read about it in the manual?

CREATE VIEW

>
> The table listed as "view?" use to be listed as "table" but suddently
> changed when I added rules. Do rules make a table a view?

The behaviour you observed is a bug. (But views still do exists, see
above.)

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marc Tardif 2000-01-26 19:02:18 reverse sorting
Previous Message Robert Wagner 2000-01-26 18:12:19 Re: [GENERAL] how to use pg-connect ?