Re: 7.4 To Do - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 7.4 To Do
Date
Msg-id 15601.1038718985@sss.pgh.pa.us
Whole thread Raw
In response to Re: 7.4 To Do  (Paul Ramsey <pramsey@refractions.net>)
Responses Re: 7.4 To Do
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Hard-coded PUBLIC in pg_dump
Next
From: Tom Lane
Date:
Subject: Re: Odd optimiser behaviour