character datatype explaination sought

Поиск
Список
Период
Сортировка
От James B. Byrne
Тема character datatype explaination sought
Дата
Msg-id 2e5ca4ddea12c49971e85d48d87631ab.squirrel@webmail.harte-lyne.ca
обсуждение исходный текст
Ответы Re: character datatype explaination sought  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: character datatype explaination sought  (Laurenz Albe <laurenz.albe@cybertec.at>)
Re: character datatype explaination sought  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
I am testing Idempiere and have run across this in an example:

character(1) DEFAULT 'Y'::bpchar NOT NULL,

How does this differ from

character(1) DEFAULT 'Y' NOT NULL,



-- 
***          e-Mail is NOT a SECURE channel          ***
        Do NOT transmit sensitive data via e-Mail
   Unencrypted messages have no legal claim to privacy
 Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne                mailto:ByrneJB@Harte-Lyne.ca
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3




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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Need to trace the logs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: character datatype explaination sought