Type formatting and oidvectortypes - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Type formatting and oidvectortypes
Date
Msg-id Pine.LNX.4.21.0007072058000.587-100000@localhost.localdomain
Whole thread Raw
Responses Re: Type formatting and oidvectortypes  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Malcontent
Date:
Subject: FYI
Next
From: Peter Eisentraut
Date:
Subject: Re: fcntl(SETLK) [was Re: 2nd update on TOAST]