Re: How to session_preload_libraries multiple libraries in postgresql.conf - Mailing list pgsql-novice

From Tom Lane
Subject Re: How to session_preload_libraries multiple libraries in postgresql.conf
Date
Msg-id 7550.1513194762@sss.pgh.pa.us
Whole thread Raw
In response to How to session_preload_libraries multiple libraries inpostgresql.conf  (Stephen Froehlich <s.froehlich@cablelabs.com>)
List pgsql-novice
Stephen Froehlich <s.froehlich@cablelabs.com> writes:
> Right now I have the following in my postgresql.conf:
> session_preload_libraries = 'pgcrypto'
> session_preload_libraries = 'auto_explain'
> session_preload_libraries = 'tablefunc'

Only the last one is going to take effect.  What you need here is
just one assignment of the parameter:

session_preload_libraries = 'pgcrypto, auto_explain, tablefunc'

            regards, tom lane


pgsql-novice by date:

Previous
From: Payal Singh
Date:
Subject: Re: How to session_preload_libraries multiple libraries in postgresql.conf
Next
From: john snow
Date:
Subject: copy from csv and postgresql 10's new identity column type