Put json type into alphabetical order in manual table - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Put json type into alphabetical order in manual table
Date
Msg-id 5293BC2E.5070105@proxel.se
Whole thread Raw
Responses Re: Put json type into alphabetical order in manual table  (Merlin Moncure <mmoncure@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Errors on missing pg_subtrans/ files with 9.3
Next
From: David Johnston
Date:
Subject: Re: why semicolon after begin is not allowed in postgresql?