Subject: Assistance Required: Adding Multiple Libraries to shared_preload_libraries in postgresql.conf

Поиск
Список
Период
Сортировка
От Uzair Khan
Тема Subject: Assistance Required: Adding Multiple Libraries to shared_preload_libraries in postgresql.conf
Дата
Msg-id CAA=3VFKQ+hg1uRB92SfJmWnMO==t+vMa8GKGt4eabFZCxJtpuQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Subject: Assistance Required: Adding Multiple Libraries to shared_preload_libraries in postgresql.conf
Список pgsql-admin
Dear Postgres Community,

I hope this message finds you well. I am reaching out regarding an issue I've encountered while attempting to configure the shared_preload_libraries variable in the postgresql.conf file to include multiple libraries.

The problem arises when I try to add both the 'citus' and 'pg_stat_statement' libraries to the shared_preload_libraries variable. Here is the configuration snippet I attempted:

shared_preload_libraries = 'citus', 'pg_stat_statement'

Upon restarting the server after making this adjustment, I encountered an error related to socket connection, which indicates that there might be an issue with how I'm specifying multiple libraries.

Could you please provide guidance on the correct syntax or approach for adding multiple libraries to the shared_preload_libraries variable? Additionally, any insights into why this particular configuration might be causing a socket connection error would be greatly appreciated.

Thank you very much for your time and assistance. I look forward to hearing from you soon.

Best regards,
Uzair Rehman

В списке pgsql-admin по дате отправления:

Предыдущее
От: Scott Ribe
Дата:
Сообщение: Re: WAL compression and replica
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: Subject: Assistance Required: Adding Multiple Libraries to shared_preload_libraries in postgresql.conf