Обсуждение: Put json type into alphabetical order in manual table

Поиск
Список
Период
Сортировка

Put json type into alphabetical order in manual table

От
Andreas Karlsson
Дата:
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

Вложения

Re: Put json type into alphabetical order in manual table

От
Merlin Moncure
Дата:
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



Re: Put json type into alphabetical order in manual table

От
Andreas Karlsson
Дата:
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

Вложения

Re: Put json type into alphabetical order in manual table

От
Peter Eisentraut
Дата:
Fixed.