Please add one more ALTER SYSTEM command example - Mailing list pgsql-docs

From PG Doc comments form
Subject Please add one more ALTER SYSTEM command example
Date
Msg-id 155377423793.9806.7118998360449358168@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/sql-altersystem.html
Description:

Hi,

ALTER SYSTEM can be used to set shared_preload_libraries with multiple
values in the following way.
postgres=# ALTER SYSTEM SET shared_preload_libraries = "pg_stat_statements",
"$libdir/plugin_debugger" ;
ALTER SYSTEM
postgres=# 

But this useful information is not mentioned in the documentation page.

Is it possible to include one more example about this usage?

Thanks.

pgsql-docs by date:

Previous
From: Jürgen Purtz
Date:
Subject: Re: First SVG graphic
Next
From: Liudmila Mantrova
Date:
Subject: improve examples for JSON functions