Inheritance c.cities ??

From: R Talbot <rjtalbo(at)attglobal(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Inheritance c.cities ??
Date: 2001-09-12 11:23:50
Message-ID: 3B9F45C6.22AAEE0A@attglobal.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Culley Harrelson 2001-09-12 12:28:13 Re: Fwd: Re: unicode in 7.1
Previous Message Bang, Steinar 2001-09-12 11:22:09 Re: Ridicolus Postgresql review