On 2019-02-21 18:18, Robert Haas wrote:
> Another off-ball idea is to maybe allow something like
> shared_preload_statements.pg_stat_statments = 1. The server would
> load all libraries X for which shared_preload_statements.X is set to a
> value that is one of the ways we spell a true value for a
Robert Haas writes:
> I like the idea of solving this problem but I'm not sure it's a good
> idea to add this sort of syntax to postgresql.conf. I think it would
> be more useful to provide a way to tell ALTER SYSTEM that you want to
> append rather than replace, as I see Euler also proposes.
>
On Wed, Feb 20, 2019 at 10:15 AM Peter Eisentraut
wrote:
> Nowadays there are a number of methods for composing multiple
> postgresql.conf files for modularity. But if you have a bunch of things
> you want to load via shared_preload_libraries, you have to put them all
> in one setting. How about
Peter Eisentraut writes:
> Nowadays there are a number of methods for composing multiple
> postgresql.conf files for modularity. But if you have a bunch of things
> you want to load via shared_preload_libraries, you have to put them all
> in one setting. How about some kind of syntax for appendi
On 2/20/19 10:54 AM, Joe Conway wrote:
>> shared_preload_libraries += 'pg_stat_statements'
>
> I like the idea, but presume it would apply to any GUC list, not just
> shared_preload_libraries?
It would be nice if there were some way for extensions to declare
GUC lists (the very thing that rec
On Wednesday, February 20, 2019, Peter Eisentraut <
peter.eisentr...@2ndquadrant.com> wrote:
> Nowadays there are a number of methods for composing multiple
> postgresql.conf files for modularity. But if you have a bunch of things
> you want to load via shared_preload_libraries, you have to put t
On 2/20/19 10:15 AM, Peter Eisentraut wrote:
> Nowadays there are a number of methods for composing multiple
> postgresql.conf files for modularity. But if you have a bunch of things
> you want to load via shared_preload_libraries, you have to put them all
> in one setting. How about some kind of
Re: Peter Eisentraut 2019-02-20
<74af1f60-34af-633e-ee8a-310d40c74...@2ndquadrant.com>
> Nowadays there are a number of methods for composing multiple
> postgresql.conf files for modularity. But if you have a bunch of things
> you want to load via shared_preload_libraries, you have to put them al
Em qua, 20 de fev de 2019 às 12:15, Peter Eisentraut
escreveu:
>
> Nowadays there are a number of methods for composing multiple
> postgresql.conf files for modularity. But if you have a bunch of things
> you want to load via shared_preload_libraries, you have to put them all
> in one setting. H
Nowadays there are a number of methods for composing multiple
postgresql.conf files for modularity. But if you have a bunch of things
you want to load via shared_preload_libraries, you have to put them all
in one setting. How about some kind of syntax for appending something
to a list, like
10 matches
Mail list logo