Re: comparing rows

Поиск
Список
Период
Сортировка
От Don Baccus
Тема Re: comparing rows
Дата
Msg-id 3.0.1.32.20000803073513.014e3690@mail.pacifier.com
обсуждение исходный текст
Ответ на Re: comparing rows  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
At 10:22 AM 8/3/00 -0400, Bruce Momjian wrote:
>> Oracle allows it, and returns NULL.  Oracle's fairly trustworthy
>> on low-level standards compliance over things like NULL (not
>> entirely, though - it treats '' as NULL in the VALUES list of
>> an INSERT, though not elsewhere, for instance).
>
>So you can't get a zero-length string into a column in Oracle. 
>Interesting.

The killer is it makes porting from Oracle to Postgres or another
DB that does it right a pain in the ass.

I've got a lot of experience with this particular issue due to the
OpenACS web toolkit (arsDigita's stuff ported from Oracle to Postgres).



- Don Baccus, Portland OR <dhogaza@pacifier.com> Nature photos, on-line guides, Pacific Northwest Rare Bird Alert
Serviceand other goodies at http://donb.photo.net.
 


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

Предыдущее
От: Don Baccus
Дата:
Сообщение: Re: comparing rows
Следующее
От: Tom Lane
Дата:
Сообщение: Re: random() function produces wrong range