Re: Finding Max Value in a Row

Поиск
Список
Период
Сортировка
От Carlos Mennens
Тема Re: Finding Max Value in a Row
Дата
Msg-id CAAQLLO6whu1np_oiMze-EUDL_3a5WSmrM+mqytQuhM40wOB_Fg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Finding Max Value in a Row  (Adrian Klaver <adrian.klaver@gmail.com>)
Ответы Re: Finding Max Value in a Row  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-sql
On Fri, May 11, 2012 at 3:43 PM, Adrian Klaver <adrian.klaver@gmail.com> wrote:

> Well the question to ask is if it is declared CHAR was that done for a
> legitimate reason? One reason I can think of is to have leading 0s in a
> 'number'. Might want to double check that code downstream is not depending
> on CHAR behavior.

Very good question and asked by myself to the original SQL author and
he explained while he didn't use the most efficient data types, he
used ones "he" felt would be more transparent across a multitude of
RDBMS vendors. So the answer is no, it would not be an issue
considering I use and will always use PostgreSQL. If someone else uses
a different vendor, they can manage that import/export process then.


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

Предыдущее
От: Carlos Mennens
Дата:
Сообщение: Re: Finding Max Value in a Row
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Finding Max Value in a Row