Re: doc: modify the comment in function libpqrcv_check_conninfo()

From: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
To: ikedarintarof <ikedarintarof(at)oss(dot)nttdata(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: doc: modify the comment in function libpqrcv_check_conninfo()
Date: 2024-06-27 08:18:39
Message-ID: CAGECzQQ+bpYVuF6GpVdc9vzHOObs5HJLmj5YohOb2d-ctmCffg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 27 Jun 2024 at 09:09, ikedarintarof
<ikedarintarof(at)oss(dot)nttdata(dot)com> wrote:
>
> Thank you for your comment!
>
> I've added the must_use_password argument. A new patch is attached.

s/whther/whether

nit: "it will do nothing" sounds a bit strange to me (but I'm not
native english). Something like this reads more natural to me:

an error. If must_use_password is true, the function raises an error
if no password is provided in the connection string. In any other case
it successfully completes.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthias van de Meent 2024-06-27 08:38:49 Re: Adminpack removal
Previous Message Michael Paquier 2024-06-27 08:17:03 Re: Patch bug: Fix jsonpath .* on Arrays