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

From David G. Johnston
Subject Re: BUG #19691: Wrong configuration in .../Postgres/var-19/postgresql.auto.conf
Date
Msg-id CAKFQuwb9SkJm3A7=wWbGBPBPmoGMN2GBjZ2czVtQvSZyU_ieVA@mail.gmail.com
Whole thread
In response to BUG #19691: Wrong configuration in .../Postgres/var-19/postgresql.auto.conf  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #19691: Wrong configuration in .../Postgres/var-19/postgresql.auto.conf
List pgsql-bugs
On Wednesday, September 16, 2026, PG Bug reporting form <noreply@postgresql.org> wrote:
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'.

Seems more likely to be operator error than a bug.

David J.
 

pgsql-bugs by date:

Previous
From: Rikinho Melo
Date:
Subject: Erro ao instalar PostgreSQL
Next
From: Tom Lane
Date:
Subject: Re: BUG #19691: Wrong configuration in .../Postgres/var-19/postgresql.auto.conf