Re: - Mailing list pgsql-hackers

From Tom Lane
Subject Re:
Date
Msg-id 1083680.1715261395@sss.pgh.pa.us
Whole thread Raw
In response to  (Rajan Pandey <rajanpandey2508@gmail.com>)
List pgsql-hackers
Rajan Pandey <rajanpandey2508@gmail.com> writes:
>> test=# ALTER SYSTEM SET shared_preload_libraries TO 'pg_tle';
>> ALTER SYSTEM
>> test=# SELECT pg_reload_conf();
>> pg_reload_conf
>> ----------------
>> t
>> (1 row)

Changing shared_preload_libraries requires a postmaster restart,
not just config reload.  The postmaster log would have told you
that, but pg_reload_conf() can't really see the effects of its
signal.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: First draft of PG 17 release notes
Next
From: Bruce Momjian
Date:
Subject: Re: First draft of PG 17 release notes