Re: 9.4 release notes

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Geoghegan <pg(at)heroku(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Petr Jelinek <petr(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 9.4 release notes
Date: 2014-05-06 00:00:36
Message-ID: 53682624.4010905@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 05/05/2014 07:34 PM, Peter Geoghegan wrote:
> On Mon, May 5, 2014 at 4:26 PM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>> After all, everything that's not a number or boolean is typed as text (just
>> as it is in JSON). We don't, for example, map anything to timestamp types.
> JSON doesn't have a timestamp primitive type. Of those types that it
> has, their internal representation, and their behavior in all relevant
> contexts is more or less consistent with what you'd expect of the
> mapped-to type. I think that's a very significant point - you will be
> able to extract numerics, and manipulate them as numerics in a future
> release without using text casting hacks. null values are not typed as
> text either. Besides, the on-disk representation of numeric is quite a
> lot more compact, and this could easily matter.
>
>

OK, but if we must talk about it then at least we should do so with
precision and accuracy. The current wording is too sloppy.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2014-05-06 00:13:00 Re: 9.4 release notes
Previous Message Peter Geoghegan 2014-05-05 23:34:47 Re: 9.4 release notes