Re: Varchar standard compliance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Varchar standard compliance
Дата
Msg-id 10776.974422581@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Varchar standard compliance  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Varchar standard compliance  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Currently, CHAR is correctly interpreted as CHAR(1), but VARCHAR is
> incorrectly interpreted as VARCHAR(<infinity>).  Any reason for that,
> besides the fact that it of course makes much more sense than VARCHAR(1)?

On what grounds do you claim that behavior is incorrect?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: coding style guidelines?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [rfc] new CREATE FUNCTION (and more)