Re: patch: Allow the UUID type to accept non-standard formats

From: Decibel! <decibel(at)decibel(dot)org>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Mark Mielke" <mark(at)mark(dot)mielke(dot)cc>, "Pg Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch: Allow the UUID type to accept non-standard formats
Date: 2008-10-11 17:59:59
Message-ID: F901159D-B6D0-48CE-83D9-145566284335@decibel.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Oct 10, 2008, at 3:40 PM, Robert Haas wrote:
>> I dislike all own creatures - because nobody will understand so do
>> some wrong thing - using non standard formats is bad thing. So
>> it's is
>> necessary, then who need it then he found it on pgfoundry. But why
>> smudge core?
>
> I'm opposed to smudging core, but I'm in favor of this patch. :-)
>
> Of course, I'm biased, because I wrote it. But I think that providing
> input and output functions that make it easy to read and write common
> formats, even if they happen to be non-standard, is useful.

I tend to agree, but I have a hard time swallowing that when it means
a 2-3% performance penalty for those that aren't using that
functionality. I could perhaps see adding a function that accepted
common UUID formats and spit out the standard.

If you could get rid of the performance hit this might be more
interesting. Perhaps default to assuming a good format and only fail
back to something else if that doesn't work?
--
Decibel!, aka Jim C. Nasby, Database Architect decibel(at)decibel(dot)org
Give your computer some brain candy! www.distributed.net Team #1828

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hitoshi Harada 2008-10-11 18:46:25 Re: Window Functions patch v06
Previous Message Pavel Stehule 2008-10-11 17:58:08 Re: Contrib, schema, and load_module