| From: | Stefan Badenhorst <Stefan(dot)Badenhorst(at)mi-c3(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Missing documentation |
| Date: | 2022-11-03 14:12:42 |
| Message-ID: | CANpNAnWrgZxFP6ePV_OjogDOHUmJHJpXqOL2dWJUAZMbGdMqiQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
This is working:
postgresql://USERNAME:PASSWORD(at)server
:5432/the_database?sslmode=disable&jit=off
Maybe I was looking at the wrong documentation page?
On Thu, 3 Nov 2022 at 14:58, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> PG Doc comments form <noreply(at)postgresql(dot)org> writes:
> > On this page:
> >
> https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS
>
> > There is a list of keywords that can be specified as part of the
> connection
> > string.
> > Specifying `jit=off` or `jit=on` is functional in practice, but `jit` is
> > not included in the documentation.
>
> Really? Doesn't work for me:
>
> $ psql "host=localhost port=5432 jit=off"
> psql: error: invalid connection option "jit"
>
> regards, tom lane
>
--
Email
Disclaimer
This email is
proprietary to MI-C3 and is intended only for the person to whom it is
addressed. It may contain confidential and privileged information. If you
have received this email in error, please notify the sender and delete this
email, which must not be copied, distributed or disclosed to any other
person. Any views or opinions presented are solely those of the author and
do not necessarily represent those of MI-C3. Since this communication was
affected via email, MI-C3 cannot guarantee that it is secure or error-free
as information could be intercepted, corrupted, lost, destroyed, arrive
late or incomplete, or contain viruses. MI-C3 does not accept liability for
any errors or omissions in the contents of this message or for any damage
resulting from the opening of this message should it contain a virus.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-11-03 15:01:16 | Re: Missing documentation |
| Previous Message | Tom Lane | 2022-11-03 13:58:04 | Re: Missing documentation |