Inheritance c.cities ?? - Mailing list pgsql-general

From R Talbot
Subject Inheritance c.cities ??
Date
Msg-id 3B9F45C6.22AAEE0A@attglobal.net
Whole thread Raw
Responses Re: Inheritance c.cities ??
List pgsql-general
Looking at the Postgresql manual in the inheritance section I see
abbreviations.

i.e.
SELECT c.name, c.altitude
FROM cities* c
WHERE c.altitude > 500;

c.name  of course refering to cities.name
 My question is where is there an alias reference of  c AS cities

How does and where does the  cities become c.  How does Postgresql
recognize the change.


bob T


pgsql-general by date:

Previous
From: Graham Leggett
Date:
Subject: Error: Bad Timestamp Format
Next
From: Stephan Szabo
Date:
Subject: Re: Performance question