Re: GUID function in pgsql?

From: <me(at)alternize(dot)com>
To: "Norberto Meijome" <sys(at)meijome(dot)net>
Cc: "Bruno Wolff III" <bruno(at)wolff(dot)to>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: GUID function in pgsql?
Date: 2005-12-15 12:04:47
Message-ID: 067501c6016f$bec75550$0201a8c0@iwing
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> 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...

Aleksandar Dezelin suggested this project:
> http://gborg.postgresql.org/project/pguuid/projdisplay.php

this seems to provide just about what i would need. the project is not yet
ported to the win32 pgsql version tho, but its author is currently porting
it. would be nice to see it in the next pgsql version's contrib ;-)

- thomas

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Rahul Patil 2005-12-15 12:56:30 can not create trigger with parameter
Previous Message Oliver Elphick 2005-12-15 11:52:01 Re: client-server connection