Received: from localhost (maia-2.hub.org [200.46.204.187]) by postgresql.org (Postfix) with ESMTP id 097659FAA6E for ; Tue, 10 Apr 2007 14:07:40 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.187]) (amavisd-maia, port 10024) with ESMTP id 43933-07 for ; Tue, 10 Apr 2007 14:07:31 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id 031EB9FB53D for ; Tue, 10 Apr 2007 14:07:32 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.13.6/8.13.6) with ESMTP id l3AH7T5k027489; Tue, 10 Apr 2007 13:07:29 -0400 (EDT) To: "Joshua D. Drake" cc: Peter Eisentraut , Neil Conway , Gevik Babakhani , pgsql-hackers@postgresql.org Subject: Re: [DOCS] uuid type not documented In-reply-to: <461BBCA2.9010807@commandprompt.com> References: <200704101724.27285.peter_e@gmx.net> <1176219030.6558.47.camel@localhost.localdomain> <200704101828.58118.peter_e@gmx.net> <461BBCA2.9010807@commandprompt.com> Comments: In-reply-to "Joshua D. Drake" message dated "Tue, 10 Apr 2007 09:34:42 -0700" Date: Tue, 10 Apr 2007 13:07:29 -0400 Message-ID: <27488.1176224849@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200704/435 X-Sequence-Number: 101768 "Joshua D. Drake" writes: > Peter Eisentraut wrote: >> The problem is that most of the standard methods are platform dependent, as >> they require MAC addresses or a "good" random source, for instance. I'm not >> sure how we wanted to solve that, but certainly leaving the uuid type with >> *no* method to generate one is pretty poor. > Actually, I would say that not having the ability to generate a UUID is > just fine. Most languages, have the ability to generate them per their > particular platforms. Let's leave it to them. Let us *not* open that can of worms for 8.3. This patch would not have got in except that it didn't attempt to solve that problem, and there's even less time available now. regards, tom lane