Paul Ramsey <pramsey(at)refractions(dot)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