Re: Re: New data type: uniqueidentifier

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Alex Pilosov <alex(at)pilosoft(dot)com>
Cc: Thomas Swan <tswan(at)olemiss(dot)edu>, "Dmitry G(dot) Mastrukov" <dmitry(at)taurussoft(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: New data type: uniqueidentifier
Date: 2001-07-02 19:20:57
Message-ID: Pine.LNX.4.30.0107022119570.677-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alex Pilosov writes:

> I don't think you know what UUID is. It is NOT just a unique randon
> number. There are specific rules for construction of such number, specific
> rules for comparison of numbers (no, its not bit-by-bit), thus a datatype
> is most appropriate answer.

A data type may be appropriate for storing these values, but not for
generating them. Functions generate stuff, data types store stuff.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alex Pilosov 2001-07-02 21:27:37 Re: Re: New data type: uniqueidentifier
Previous Message Nathan Myers 2001-07-02 18:58:15 Re: shared library strangeness?