Put json type into alphabetical order in manual table

Started by Andreas Karlssonover 12 years ago4 messageshackers
Jump to latest
#1Andreas Karlsson
andreas.karlsson@percona.com

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
#2Merlin Moncure
mmoncure@gmail.com
In reply to: Andreas Karlsson (#1)
Re: Put json type into alphabetical order in manual table

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

#3Andreas Karlsson
andreas.karlsson@percona.com
In reply to: Merlin Moncure (#2)
Re: Put json type into alphabetical order in manual table

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
#4Peter Eisentraut
peter_e@gmx.net
In reply to: Andreas Karlsson (#3)
Re: Put json type into alphabetical order in manual table

Fixed.

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers