BUG #19691: Wrong configuration in .../Postgres/var-19/postgresql.auto.conf - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #19691: Wrong configuration in .../Postgres/var-19/postgresql.auto.conf
Date
Msg-id 19691-0ae5227d7955d4f3@postgresql.org
Whole thread
Responses Re: BUG #19691: Wrong configuration in .../Postgres/var-19/postgresql.auto.conf
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      19691
Logged by:          Jürgen Schmidt
Email address:      jsschmidthb@gmail.com
PostgreSQL version: 19beta3
Operating system:   macOS Tahoe 26.6.2
Description:

The wrong line: shared_preload_libraries =
'"auth_permission_dialog,pg_stat_statements"':

The quotation marks must be removed.

The right line: shared_preload_libraries =
'auth_permission_dialog,pg_stat_statements'.





pgsql-bugs by date:

Previous
From: Andrey Rachitskiy
Date:
Subject: Re: BUG #19633: Unexpected results of IN (subquery) with a non-deterministic collation
Next
From: Rikinho Melo
Date:
Subject: Erro ao instalar PostgreSQL