Type formatting and oidvectortypes

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Type formatting and oidvectortypes
Дата
Msg-id Pine.LNX.4.21.0007072058000.587-100000@localhost.localdomain
обсуждение исходный текст
Ответы Re: Type formatting and oidvectortypes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
The oidvectortypes function, mostly used by psql \df, formats types
separated by spaces:
varchar float8 timetz int4

which would look a little odd when canonical type names are used:
character varying double precision time with time zone integer

I suggest that we separate the types by <comma><space>, which also looks a
little more like how they are invoked in a function call.

Concerns?


-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Malcontent
Дата:
Сообщение: FYI
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: fcntl(SETLK) [was Re: 2nd update on TOAST]