Thread: is there a 'byte' type?

is there a 'byte' type?

From
"Lynn Gabbay"
Date:
i'm baffled... i went through the online docs, and it looks like the
smallest numerical type they have is int2.  isn't there a single-byte type i
can use?  do i simply use char(1) and cast?  any advice?

-l