Re: 7.4 To Do

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Paul Ramsey <pramsey(at)refractions(dot)net>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.4 To Do
Date: 2002-12-01 05:03:05
Message-ID: 15601.1038718985@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-12-01 05:07:32 Re: Odd optimiser behaviour
Previous Message Tom Lane 2002-12-01 04:57:26 Re: Segmentation fault while COPY in 7.3