Re: Put json type into alphabetical order in manual table

Lists: pgsql-hackers
From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Put json type into alphabetical order in manual table
Date: 2013-11-25 21:07:58
Message-ID: 5293BC2E.5070105@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi,

When looking at table 8-1 at
http://www.postgresql.org/docs/9.3/static/datatype.html i noticed that
all types except for json was in alphabetical order. I have attached a
patch which fixes this.

By the way should character and character varying be swapped in that
table too?

--
Andreas Karlsson

Attachment Content-Type Size
alphabetical-datatypes.patch text/x-patch 812 bytes

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Andreas Karlsson <andreas(at)proxel(dot)se>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Put json type into alphabetical order in manual table
Date: 2013-11-25 22:52:54
Message-ID: CAHyXU0w72X5fq52MzuO0BH5QCkXvRho4RBSgz=FWaSsjSFpbrg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Mon, Nov 25, 2013 at 3:07 PM, Andreas Karlsson <andreas(at)proxel(dot)se> wrote:
> Hi,
>
> When looking at table 8-1 at
> http://www.postgresql.org/docs/9.3/static/datatype.html i noticed that all
> types except for json was in alphabetical order. I have attached a patch
> which fixes this.
>
> By the way should character and character varying be swapped in that table
> too?

I would.

merlin


From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Put json type into alphabetical order in manual table
Date: 2013-11-25 23:44:32
Message-ID: 5293E0E0.7020000@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On 11/25/2013 11:52 PM, Merlin Moncure wrote:
> On Mon, Nov 25, 2013 at 3:07 PM, Andreas Karlsson <andreas(at)proxel(dot)se> wrote:
>> Hi,
>>
>> When looking at table 8-1 at
>> http://www.postgresql.org/docs/9.3/static/datatype.html i noticed that all
>> types except for json was in alphabetical order. I have attached a patch
>> which fixes this.
>>
>> By the way should character and character varying be swapped in that table
>> too?
>
> I would.

Ok, I have attached a patch which fixes that too.

--
Andreas Karlsson

Attachment Content-Type Size
alphabetical-datatypes-v2.patch text/x-patch 2.1 KB

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Andreas Karlsson <andreas(at)proxel(dot)se>
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Put json type into alphabetical order in manual table
Date: 2013-11-28 02:54:48
Message-ID: 1385607288.21292.0.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Fixed.