Put json type into alphabetical order in manual table
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
Attachments:
alphabetical-datatypes.patchtext/x-patch; name=alphabetical-datatypes.patchDownload+6-6
On Mon, Nov 25, 2013 at 3:07 PM, Andreas Karlsson <andreas@proxel.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
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On 11/25/2013 11:52 PM, Merlin Moncure wrote:
On Mon, Nov 25, 2013 at 3:07 PM, Andreas Karlsson <andreas@proxel.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
Attachments:
alphabetical-datatypes-v2.patchtext/x-patch; name=alphabetical-datatypes-v2.patchDownload+12-12
Fixed.
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers