agora inbox for pgsql-bugs@postgresql.org  
help / color / mirror / Atom feed
From: Tom Lane <tgl@sss.pgh.pa.us>
To: David G. Johnston <david.g.johnston@gmail.com>
Cc: jsschmidthb@gmail.com <jsschmidthb@gmail.com>
Cc: pgsql-bugs@lists.postgresql.org <pgsql-bugs@lists.postgresql.org>
Subject: Re: BUG #19691: Wrong configuration in .../Postgres/var-19/postgresql.auto.conf
Date: Wed, 16 Sep 2026 10:13:43 -0400
Message-ID: <496582.1789568023@sss.pgh.pa.us> (raw)
In-Reply-To: <CAKFQuwb9SkJm3A7=wWbGBPBPmoGMN2GBjZ2czVtQvSZyU_ieVA@mail.gmail.com>
References: <19691-0ae5227d7955d4f3@postgresql.org>
	<CAKFQuwb9SkJm3A7=wWbGBPBPmoGMN2GBjZ2czVtQvSZyU_ieVA@mail.gmail.com>

"David G. Johnston" <david.g.johnston@gmail.com> writes:
> On Wednesday, September 16, 2026, PG Bug reporting form <
> noreply@postgresql.org> wrote:
>> The wrong line: shared_preload_libraries =
>> '"auth_permission_dialog,pg_stat_statements"':
>> The quotation marks must be removed.

> Seems more likely to be operator error than a bug.

Specifically, that is what you'd get from

alter system set shared_preload_libraries = 'auth_permission_dialog,pg_stat_statements';

Correct syntax is

alter system set shared_preload_libraries = auth_permission_dialog,pg_stat_statements;

You could quote the individual list items if you felt a need to:

alter system set shared_preload_libraries = 'auth_permission_dialog', 'pg_stat_statements';

but as-is you wrote a single list item that happens to contain a
comma.

			regards, tom lane






view thread (4+ messages)  latest in thread

Message-ID: <496582.1789568023@sss.pgh.pa.us>
Permalink:  ../496582.1789568023@sss.pgh.pa.us/
Also on:    postgresql.org/message-id/496582.1789568023@sss.pgh.pa.us

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: pgsql-bugs@postgresql.org
  Cc: tgl@sss.pgh.pa.us, david.g.johnston@gmail.com, jsschmidthb@gmail.com, pgsql-bugs@lists.postgresql.org
  Subject: Re: BUG #19691: Wrong configuration in .../Postgres/var-19/postgresql.auto.conf
  In-Reply-To: <496582.1789568023@sss.pgh.pa.us>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox