Re: unknown libpq service entries ignored

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: unknown libpq service entries ignored
Date: 2009-11-27 15:22:59
Message-ID: 27332.1259335379@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2009-11-27 15:23:50 Re: KNNGiST for knn-search (WIP)
Previous Message Simon Riggs 2009-11-27 13:39:43 Re: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION