How to session_preload_libraries multiple libraries in postgresql.conf

From: Stephen Froehlich <s(dot)froehlich(at)cablelabs(dot)com>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: How to session_preload_libraries multiple libraries in postgresql.conf
Date: 2017-12-13 19:24:35
Message-ID: CY1PR0601MB19274F8186C62656ADF2AB0EE5350@CY1PR0601MB1927.namprd06.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I'm no at all sure the syntax in postgresql.conf that one uses to put multiple libraries in session_preload_libraries.

Right now I have the following in my postgresql.conf:
session_preload_libraries = 'pgcrypto'
session_preload_libraries = 'auto_explain'
session_preload_libraries = 'tablefunc'

auto_explain.log_min_duration = '3s'

but auto_explain doesn't seem to be appearing in the log unless I load it manually in a session ... what am I doing wrong here?

Thanks,
Stephen

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Payal Singh 2017-12-13 19:50:54 Re: How to session_preload_libraries multiple libraries in postgresql.conf
Previous Message Efraín Déctor 2017-12-11 21:15:41 Re: Question about Logical Replication