Re: Missing documentation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stefan Badenhorst <Stefan(dot)Badenhorst(at)mi-c3(dot)com>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Missing documentation
Date: 2022-11-03 15:01:16
Message-ID: 2065399.1667487676@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Stefan Badenhorst <Stefan(dot)Badenhorst(at)mi-c3(dot)com> writes:
> This is working:
> postgresql://USERNAME:PASSWORD(at)server
> :5432/the_database?sslmode=disable&jit=off

Again, not for me:

$ psql 'postgresql://postgres(at)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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Stefan Badenhorst 2022-11-03 17:07:51 Re: Missing documentation
Previous Message Stefan Badenhorst 2022-11-03 14:12:42 Re: Missing documentation