public inbox for [email protected]
help / color / mirror / Atom feedFrom: Adrian Klaver <[email protected]>
To: Igor Korot <[email protected]>
To: pgsql-generallists.postgresql.org <[email protected]>
Subject: Re: Default value
Date: Tue, 23 Dec 2025 17:10:07 -0800
Message-ID: <[email protected]> (raw)
In-Reply-To: <CA+FnnTzJwm1fmBm9qJMod1cctqYSxp_dEg-tqYZCL2bgbxHYGw@mail.gmail.com>
References: <CA+FnnTzJwm1fmBm9qJMod1cctqYSxp_dEg-tqYZCL2bgbxHYGw@mail.gmail.com>
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
[email protected]
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Default value
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox