Re: Default value

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Igor Korot <ikorot01(at)gmail(dot)com>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Default value
Date: 2025-12-24 01:10:07
Message-ID: 79dcb33e-c8f1-4cdd-8272-464c0152a2b1@aklaver.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/23/25 17:03, Igor Korot wrote:
> Hi, ALL
> What would be the default value for "require_auth"?
>
> The page at https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS,does
> not indicate any...

From the linked page:

"Specifies the authentication method that the client requires from the
server. If the server does not use the required method to authenticate
the client, or if the authentication handshake is not fully completed by
the server, the connection will fail. A comma-separated list of methods
may also be provided, of which the server must use exactly one in order
for the connection to succeed. By default, any authentication method is
accepted, and the server is free to skip authentication altogether.
"

Where the server side configuration is here:

https://www.postgresql.org/docs/current/auth-methods.html

>
> Thank you.
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igor Korot 2025-12-25 01:10:31 Re: Default value
Previous Message Igor Korot 2025-12-24 01:03:50 Re: Case sensitivity