Re: [SQL] PostgreSQL and uuid/guid

2006-01-05 Thread george young
On Mon, 02 Jan 2006 14:26:14 +0100 Mario Splivalo <[EMAIL PROTECTED]> threw this fish to the penguins: > While browsing the web I've seen that many people 'need' the ability to > create uuid/guid values from within the PostgreSQL. Most of them are > switching from MSSQL, and they're missing the ne

[SQL] PostgreSQL and uuid/guid

2006-01-02 Thread Mario Splivalo
Hello all. While browsing the web I've seen that many people 'need' the ability to create uuid/guid values from within the PostgreSQL. Most of them are switching from MSSQL, and they're missing the newid() function, which in MSSQL created the uuid/guid value. Now I'm in need of such function too.