Re: explain plans with information about (modified) gucs - Mailing list pgsql-hackers

From Jim Finnerty
Subject Re: explain plans with information about (modified) gucs
Date
Msg-id 1544792718021-0.post@n3.nabble.com
Whole thread Raw
In response to explain plans with information about (modified) gucs  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Responses Re: explain plans with information about (modified) gucs
List pgsql-hackers
You might want to only include the GUCs that are query tuning parameters,
i.e., those returned by:

SELECT name, setting, category
FROM pg_settings
WHERE category LIKE 'Query Tuning%'
ORDER BY category, name;



-----
Jim Finnerty, AWS, Amazon Aurora PostgreSQL
--
Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html


pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: valgrind issues on Fedora 28
Next
From: David Steele
Date:
Subject: Re: Remove Deprecated Exclusive Backup Mode