Re: unknown libpq service entries ignored

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-hackers@postgresql.org
Date: 2009-11-27T15:22:59Z
Lists: pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> +		printfPQExpBuffer(errorMessage,
> +						  libpq_gettext("ERROR: service \"%s\" not found\n"), service);

Please make the message consistent with the rest of libpq.  AFAICS none
of the other messages in that file use an ERROR: prefix.

			regards, tom lane