Re: Missing documentation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: 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 13:58:04
Message-ID: 1991959.1667483884@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Stefan Badenhorst 2022-11-03 14:12:42 Re: Missing documentation
Previous Message Justin Pryzby 2022-11-03 12:33:20 Re: list of flags that pg_settings_get_flags reports