character datatype explaination sought - Mailing list pgsql-general

From James B. Byrne
Subject character datatype explaination sought
Date
Msg-id 2e5ca4ddea12c49971e85d48d87631ab.squirrel@webmail.harte-lyne.ca
Whole thread Raw
Responses Re: character datatype explaination sought
Re: character datatype explaination sought
Re: character datatype explaination sought
List 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 by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Need to trace the logs
Next
From: Tom Lane
Date:
Subject: Re: character datatype explaination sought