Re: uuid type for postgres

From: Roman Neuhauser <neuhauser(at)sigpipe(dot)cz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: mark(at)mark(dot)mielke(dot)cc, "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>, josh(at)agliodbs(dot)com, pgsql-hackers(at)postgresql(dot)org, nathan wagner <nw(at)hydaspes(dot)if(dot)org>
Subject: Re: uuid type for postgres
Date: 2005-09-07 15:39:19
Message-ID: 20050907153919.GC2295@isis.sigpipe.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

# tgl(at)sss(dot)pgh(dot)pa(dot)us / 2005-09-06 17:54:34 -0400:
> There's a fair amount of nearly
> unmaintained cruft in the core distro already (eg, the never-finished
> "line" datatype ... or the entire rtree index module ...) and a datatype
> that might be used by only a few people is a likely candidate to become
> an unmaintained backwater. And yet it's hard to get rid of stuff that's
> been there awhile. So one of the questions that's going to be asked is
> how useful/popular it's really going to be.

We'd have use for uuid in tables of N*10^6 rows (N<10 in most cases).

I'm far from claiming to be an experienced C programmer, but count
me in for whatever I'll be able to do.

I think that coming up with code that meets the general criteria for
inclusion in PostgreSQL first, before it's considered for inclusion,
is a reasonable thing to do.

> One thing that is raising my own level of concern quite a bit is the
> apparent portability issues.

That's understood.

--
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man. You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2005-09-07 16:45:17 Re: uuid type for postgres
Previous Message Tom Lane 2005-09-07 15:27:15 Re: Attention PL authors: want to be listed in template table?

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2005-09-07 16:45:17 Re: uuid type for postgres
Previous Message Tom Lane 2005-09-07 15:13:01 Re: AGE function