Re: [HACKERS] Re: [QUESTIONS] impossible insert data into VARCHAR

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Re: [QUESTIONS] impossible insert data into VARCHAR
Дата
Msg-id 34DA7537.377EB3ED@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: [QUESTIONS] impossible insert data into VARCHAR  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
> Do we need to disallow varchar() and char() without a length?

The question might be moot since Jan's suggestion may fix the behavior. But, just for completeness...

char, char(), and varchar() are SQL92 character types. varchar - with no arguments - is not, and seems as
though it is functionally equivalent to "text". Could do without it if necessary, but it is a nice extension.

                                               - Tom


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

Предыдущее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: [HACKERS] Trigger and permissions
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] create function bug?