Re: Missing documentation - Mailing list pgsql-docs

From Tom Lane
Subject Re: Missing documentation
Date
Msg-id 1991959.1667483884@sss.pgh.pa.us
Whole thread Raw
In response to Missing documentation  (PG Doc comments form <noreply@postgresql.org>)
Responses Re: Missing documentation  (Stefan Badenhorst <Stefan.Badenhorst@mi-c3.com>)
List pgsql-docs
PG Doc comments form <noreply@postgresql.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



pgsql-docs by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: list of flags that pg_settings_get_flags reports
Next
From: Stefan Badenhorst
Date:
Subject: Re: Missing documentation