Re: psql: bogus descriptions displayed by \d+ - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: psql: bogus descriptions displayed by \d+
Date
Msg-id 1313258175.9614.3.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: psql: bogus descriptions displayed by \d+  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: psql: bogus descriptions displayed by \d+
List pgsql-hackers
On fre, 2011-08-12 at 16:14 -0400, Robert Haas wrote:
> On Fri, Aug 12, 2011 at 4:11 PM, Peter Eisentraut <peter_e@gmx.net> wrote:
> > "A table is either a base table, a derived table, a transient table, or
> > a viewed table." (SQL/MED adds "foreign table".)
> >
> > Just FYI.
> 
> Base table seems clear enough, and a transient table sounds like a
> temporary table, but what is a derived table?  Is a viewed table a
> view?

A base table is either a permanent base table or (one of various kinds
of) a temporary base table.  A derived table is the result of a table
expression, so this is more of a notional syntactic term.  A transient
table is, roughly speaking, OLD or NEW in a trigger.  A viewed table is
a view.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: VACUUM FULL versus system catalog cache invalidation
Next
From: Robert Haas
Date:
Subject: Re: VACUUM FULL versus system catalog cache invalidation