Re: [HACKERS] Little Suggestion for 6.6

Поиск
Список
Период
Сортировка
От Don Baccus
Тема Re: [HACKERS] Little Suggestion for 6.6
Дата
Msg-id 3.0.1.32.19990629172436.00e18c9c@mail.pacifier.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Little Suggestion for 6.6  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
At 08:56 PM 6/29/99 -0300, The Hermit Hacker wrote:
>On Wed, 30 Jun 1999, Daniele Orlandi wrote:
>
>> 
>> I don't know what SQL standards say about this, but in:
>> 
>> tacacs=> SELECT * FROM users,counters WHERE
users.username=counters.username AND
>> username='foobar';
>> ERROR:  Column 'username' is ambiguous
>> 
>> ...username is NOT ambiguous...

>Of course it is...which username do you want to match on, users.username
>or counters.username?

He's saying that the expression can be resolved because 
their values are equal, so it doesn't matter which username
you match on. 

Which means he thinks that expression semantics rather than
scoping/parsing/type rules ought to determine what is
and what is not an ambiguous expression.  Which is...well...
just wrong :)





- Don Baccus, Portland OR <dhogaza@pacifier.com> Nature photos, on-line guides, and other goodies at
http://donb.photo.net


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

Предыдущее
От: Daniele Orlandi
Дата:
Сообщение: Re: [HACKERS] Little Suggestion for 6.6
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: [HACKERS] 6.5.1 status