Re: Missing documentation - Mailing list pgsql-docs

From Tom Lane
Subject Re: Missing documentation
Date
Msg-id 2065399.1667487676@sss.pgh.pa.us
Whole thread Raw
In response to Re: Missing documentation  (Stefan Badenhorst <Stefan.Badenhorst@mi-c3.com>)
Responses Re: Missing documentation  (Stefan Badenhorst <Stefan.Badenhorst@mi-c3.com>)
List pgsql-docs
Stefan Badenhorst <Stefan.Badenhorst@mi-c3.com> writes:
> This is working:
> postgresql://USERNAME:PASSWORD@server
> :5432/the_database?sslmode=disable&jit=off

Again, not for me:

$ psql 'postgresql://postgres@localhost:5432/mydb?sslmode=disable&jit=off'
psql: error: invalid URI query parameter: "jit"

I suspect something in your client environment is stripping off the &...
stuff.

            regards, tom lane



pgsql-docs by date:

Previous
From: Stefan Badenhorst
Date:
Subject: Re: Missing documentation
Next
From: Stefan Badenhorst
Date:
Subject: Re: Missing documentation