Re: [INTERFACES] (libpq question) Holy cow, what's all this fluff?!

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [INTERFACES] (libpq question) Holy cow, what's all this fluff?!
Дата
Msg-id 36C65170.6AE6E97A@alumni.caltech.edu
обсуждение исходный текст
Ответ на (libpq question) Holy cow, what's all this fluff?!  (Matthew Hagerty <matthew@venux.net>)
Ответы Re: [INTERFACES] (libpq question) Holy cow, what's all this fluff?!  (Matthew Hagerty <matthew@venux.net>)
Список pgsql-interfaces
> You want a varchar (or is it bpchar?), not a char. char(x) will always
> return x characters, with space padding if necessary.

"bpchar" == "blank padded char", which is what char() is mapped to
internally. As Matthew has already learned, he probably really wants to
be using varchar(), or fix it up with trim().

                       - Tom

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

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [INTERFACES] NT Port
Следующее
От: Matthew Hagerty
Дата:
Сообщение: Re: [INTERFACES] (libpq question) Holy cow, what's all this fluff?!