JIT- on/off from postgres database

From: Raj kumar <rajkumar820999(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: JIT- on/off from postgres database
Date: 2020-03-04 08:50:25
Message-ID: CACxU--VqvtgWgEBKvj5KCoQW+KL8z50ANhRvUQBKyEgm+3GhSQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi ,

I am using Postgres 12. I could see that it is possible to set 'JIT' as
'ON/OFF' at user level as well as database level.

*Should I always executed these commands from 'postgres' database? Because,
if I alter JIT value for an application database where I am connected to
that database, It is not getting reflected unless otherwise I switch to a
different database and switch back to the same application database.*

Attached the screenshot.

Thanks,
Raj

Attachment Content-Type Size
Screenshot 2020-03-04 at 2.13.34 PM.png image/png 149.3 KB

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Laurenz Albe 2020-03-04 08:59:29 Re: JIT- on/off from postgres database
Previous Message Raj kumar 2020-03-03 19:37:55 Re: Reg: connection is getting closed when doing select count(*)