Re: 7.4 To Do

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Paul Ramsey <pramsey@refractions.net>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2002-12-01T05:03:05Z
Lists: pgsql-hackers
Paul Ramsey <pramsey@refractions.net> writes:
> Oracle has finally surpassed PostgreSQL in some elements of
> object-relational technology. Among the things you can do are:

> - Address components of objects using dot-notation. (select
> employee.salary from employees)

Cool.  How do they resolve the conflict against schema notation
(ie, is employee a table reference or a schema name here)?

			regards, tom lane