Re: pgsql: Improve internationalization of messages involving type names
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: pgsql-committers@postgresql.org
Date: 2016-04-01T16:43:50Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes: > Alvaro Herrera wrote: >> Tom Lane wrote: >>> Actually, I think the general convention is to NOT quote type names >>> in error messages. >> Ok, I'll change it. > Done. Thanks. Should we make a push to get rid of hard-wired type names in other messages? There's still quite a few "invalid input syntax for ..." instances that could be whacked until they all share the same translatable message. regards, tom lane
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