Re: 7.4 To Do
Haris Peco <snpe@snpe.co.yu>
From: snpe <snpe@snpe.co.yu>
To: Tom Lane <tgl@sss.pgh.pa.us>, Paul Ramsey <pramsey@refractions.net>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2002-12-01T15:57:28Z
Lists: pgsql-hackers
On Sunday 01 December 2002 05:03, Tom Lane wrote: > 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)? > There are simple name resolution rules regards Haris Peco