Re: GUID function in pgsql?

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: me(at)alternize(dot)com
Cc: Norberto Meijome <sys(at)meijome(dot)net>, pgsql-novice(at)postgresql(dot)org
Subject: Re: GUID function in pgsql?
Date: 2005-12-15 17:53:04
Message-ID: 20051215175304.GA19353@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thu, Dec 15, 2005 at 13:04:47 +0100,
me(at)alternize(dot)com wrote:
> >Bruno's advise is still valid. If you google around a bit, you'll across
> >explanations like the one in
> >http://blogs.msdn.com/oldnewthing/archive/2004/02/11/71307.aspx
>
> i know how a guid is programmatically generated. but that's not the point
> here. i'm wondering why pgsql does not come with a predefined function that
> already provides this functionality. it would ease the move from other dbms
> systems quite alot. it's not about arguing whether or not encoding a
> mac-adress into the guid is a good thing. it's more about what people need
> when they want to favor pgsql over mssql and migrate existing systems into
> the new environement...

Probably because it is not very general and it is easy to generate a string
matching whatever format your app expects without much work.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Jim Beckstrom 2005-12-15 22:21:29 Re: create table with table constraints
Previous Message operationsengineer1 2005-12-15 16:34:53 Re: RoR Tutorial - OFF TOPIC