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

  1. Make messages mentioning type names more uniform

  2. Improve internationalization of messages involving type names

  3. psql tab-complete for CREATE/DROP ACCESS METHOD