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

From: Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>
To: "Robert Haas" <robertmhaas(at)gmail(dot)com>
Cc: "Pg Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch: Allow the UUID type to accept non-standard formats
Date: 2008-10-10 19:48:34
Message-ID: 7762192A-F7C3-4B83-B008-5FD1354EF273@pointblue.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I think it will be as expensive to app to convert UUID to standard
format, as it would be too postgrsql.
But if psql does it - everyone would expect it to do it right. You
can't possibly detect all forms of screwed up design, and expect
application to pick it up.
All I say, is I think it would be better to be conservative in this
case. And funny enough, I only replied to that message - because I
know something about trying to compensate for non standard types, and
I've seen that discussion quite few times around here in the past.

Just a friendly opinion.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2008-10-10 19:50:23 Re: patch: Allow the UUID type to accept non-standard formats
Previous Message Robert Haas 2008-10-10 19:37:46 Re: patch: Allow the UUID type to accept non-standard formats