| From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
|---|---|
| To: | Gevik Babakhani <pgdev(at)xs4all(dot)nl> |
| Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: TODO item: GUID |
| Date: | 2006-09-05 13:26:26 |
| Message-ID: | 20060905132626.GK14312@svana.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, Sep 05, 2006 at 02:29:15PM +0200, Gevik Babakhani wrote:
> For developing the GUID datatype, I was wondering if I could use the
> sample code from http://www.ietf.org/rfc/rfc4122.txt (hate to reinvent
> the wheel)
>
> The code has a copyright which says: "use and modify as you wish but
> include the copyright notice with your code"
Do you really want to copy the code verbatim? I mean, there's a lot of
stuff which would need quite a bit of massaging to get working in
postgres. I'd say just look at it, understand it, and then write
something that will work. The copyright won't matter then.
BTW, I seem to remember something about the stuff in the RFC not being
good for some reason, not unique enough or too predictable. Do you know
anything about that?
Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gevik Babakhani | 2006-09-05 13:39:59 | Re: TODO item: GUID |
| Previous Message | Stefan Kaltenbrunner | 2006-09-05 13:00:34 | Re: ECPG regression failures on OpenBSD |