Re: GUIDs - Mailing list pgsql-general

From Jan Wieck
Subject Re: GUIDs
Date
Msg-id 3FB6B1FA.1020607@Yahoo.com
Whole thread Raw
In response to Re: GUIDs  (Doug McNaught <doug@mcnaught.org>)
List pgsql-general
Doug McNaught wrote:

> David Wheeler <david@kineticode.com> writes:
>
>> On Friday, November 14, 2003, at 12:04  AM, Bruno Wolff III wrote:
>>
>> > Couldn't you use numeric? That should be fairly portable.
>>
>> Not really. The GUID is 128 bits, which doesn't work so well on 32-bit
>> systems.
>
> NUMERIC is an arbitrary-precision integer, not a machine word.

No, NUMERIC is an arbitrary precision _numeric_ type that uses string
math internally. Want log(2.0) with 200 digits precision?


Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #


pgsql-general by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: Conservation of OIDs
Next
From: David Wheeler
Date:
Subject: Re: GUIDs