Re: pgsql: Improve internationalization of messages involving type names
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-committers@postgresql.org
Date: 2016-04-01T16:37:39Z
Lists: pgsql-hackers
Alvaro Herrera wrote: > Tom Lane wrote: > > Actually, I think the general convention is to NOT quote type names > > in error messages. Certainly that's so when using format_type_be() > > to produce a name for a not-known-at-compile-time type. I would > > argue that these messages should be written to look the same as if > > format_type_be() had been used, and that would mean leaving off > > the quotes. > > Ok, I'll change it. Done. -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Make messages mentioning type names more uniform
- 9a34123bc315 10.0 landed
-
Improve internationalization of messages involving type names
- 59a2111b23f6 9.6.0 cited
-
psql tab-complete for CREATE/DROP ACCESS METHOD
- 559e7a0a6d44 9.6.0 cited