From: | Greg Sabino Mullane <htamfids(at)gmail(dot)com> |
---|---|
To: | Luca Ferrari <fluca1978(at)gmail(dot)com> |
Cc: | pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Re: alter system appending to a value |
Date: | 2025-04-30 16:11:37 |
Message-ID: | CAKAnmmJPnZHvg-h_Lybm6CJtivH8oi=Qp=W94xBXitW1hftEiw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Apr 30, 2025 at 7:15 AM Luca Ferrari <fluca1978(at)gmail(dot)com> wrote:
> Rationale: I'm using ansible to configure, thru different steps,
> PostgreSQL instances and I would like to have every part to append its
> configuration on the previous one.
>
Ansible is good for bringing your systems to a known consistent state, so
your best bet would be to maintain the list of libraries inside Ansible and
then simply apply it. If you really don't know what might be in the
database, I would have Ansible read the current value, build the new one if
the desired library is not there, and apply the new value.
Cheers,
Greg
--
Crunchy Data - https://www.crunchydata.com
Enterprise Postgres Software Products & Tech Support
From | Date | Subject | |
---|---|---|---|
Next Message | Ron Johnson | 2025-04-30 19:58:59 | Re: Index not used in certain nested views but not in others |
Previous Message | Markus Demleitner | 2025-04-30 15:16:47 | Index not used in certain nested views but not in others |