Please add one more ALTER SYSTEM command example

Started by PG Bug reporting formabout 7 years ago1 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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.