Re: Issue with configuration parameter "require_auth" - Mailing list pgsql-general

From Tom Lane
Subject Re: Issue with configuration parameter "require_auth"
Date
Msg-id 3554314.1721229835@sss.pgh.pa.us
Whole thread Raw
In response to Issue with configuration parameter "require_auth"  ("Gaisford, Phillip" <phillip.gaisford@hpe.com>)
Responses Re: Issue with configuration parameter "require_auth"
List pgsql-general
"Gaisford, Phillip" <phillip.gaisford@hpe.com> writes:
> Using golang sqlx.Connect on the client side, the connection fails and my Postgresql 16 server logs the following:
> 2024-07-17 14:42:07.285 UTC [115] FATAL:  unrecognized configuration parameter "require_auth"

require_auth is a connection parameter, like host or port or dbname.
You seem to be trying to specify it as a server parameter, ie inside
the "options" connection parameter.

            regards, tom lane



pgsql-general by date:

Previous
From: "Gaisford, Phillip"
Date:
Subject: Issue with configuration parameter "require_auth"
Next
From: "David G. Johnston"
Date:
Subject: Re: Issue with configuration parameter "require_auth"