Re: SQL feature requests

Поиск
Список
Период
Сортировка
От Ben Tilly
Тема Re: SQL feature requests
Дата
Msg-id acc274b30708231055w33b93b99tff87f335263257c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: SQL feature requests  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 8/23/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "Chuck McDevitt" <cmcdevitt@greenplum.com> writes:
> > Tom, it isn't just a case of "convenience".  When we are trying to
> > convert users from another database (say Oracle for example) to
> > PostgeSQL, one of the big stumbling blocks that slows down the work is
> > all the little query changes that people have to make
>
> Well, if you're trying to sell it on the grounds of Oracle
> compatibility, then it should actually *be* Oracle compatible.
> What exactly do they do about the default-alias problem?

To the best of my knowledge such subqueries are completely anonymous.
There is no way to explicitly refer to them unless you provide an
alias.  Which is exactly the solution that was proposed twice in this
thread, and has the further benefit of being forwards compatible with
any reasonable future standard.

As verification I asked a certified Oracle DBA.  His understanding is
that Oracle may choose to rewrite the query for you or not.  If it
does not rewrite the query, then it has an internal identifier but
there is no way you can get to it.

Cheers,
Ben


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: SQL feature requests
Следующее
От: "Ben Tilly"
Дата:
Сообщение: Re: SQL feature requests