Re: Put json type into alphabetical order in manual table

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
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2013-11-25 23:58:52 Re: [GENERAL] pg_upgrade ?deficiency
Previous Message Mark Kirkwood 2013-11-25 23:42:01 Re: why semicolon after begin is not allowed in postgresql?