one byte data type - Mailing list pgsql-hackers

From Shachar Shemesh
Subject one byte data type
Date
Msg-id 404C84F9.6020502@shemesh.biz
Whole thread Raw
Responses Re: one byte data type  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi gang,

Is there a datatype that means "one byte"? I'm importing a database from 
SQL Server, and some of the rows there are of this type. When I convert 
them to int2, I have discrepancies with the program that uses the 
database (OLE DB uses binary mode transfers, so the size of the variable 
is important beyond it's legal range).
            Shachar

-- 
Shachar Shemesh
Lingnu Open Systems Consulting
http://www.lingnu.com/



pgsql-hackers by date:

Previous
From: Dennis Haney
Date:
Subject: Re: IN joining
Next
From: Tom Lane
Date:
Subject: Re: avg() for timestamp