Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA15202; Tue, 16 Mar 93 14:42:36 -0800
Date: Tue, 16 Mar 93 14:42:36 -0800
From: "David J. Hughes" <bambi@bu.oz.au>
Subject: In search of unsigned integers
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
To: postgres@postgres.berkeley.edu
Message-Id: <Pine.3.05.9303170827.B28482-a100000@fiddich.ITS.BU.OZ.AU>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


Depending on which page of the doco you read, unsigned integers are
available as uint[24] or u_int[24].  After trying all incantations and
getting nothing but errors, I browsed through the pg_types catalog and
found nothing that looks like a u_int.

I find this strange seeing as the doco states they are a required type. 
Is the doco out of date here (I can't believe that u_ints aren't
supported) or am I missing the required magic?


   ___                                   David J. Hughes     bambi@bu.oz.au
  /   \                /  /    /        
 /  __/ __   __   ____/  /    / __             Senior Network Programmer
/    \ /  \ /  \ /   /  /    / /  \  /       Comms Development & Operation
\____/ \__//   / \__/   \___/ /   / /    Qld. 4229  AUSTRALIA  (+61 75 951450)


