[PATCH v5] Add some properties to install and configure Postgresql
Sean Whitton
spwhitton at spwhitton.name
Wed Feb 2 20:44:57 GMT 2022
Hello,
On Sun 30 Jan 2022 at 12:44PM -04, David Bremner wrote:
> To do common tasks like adding users in an idempotent way requires some
> non-obvious incantations, so it is worth providing properties for these tasks.
>
> Signed-off-by: David Bremner <david at tethera.net>
> ---
>
> The string-equal is because we are parsing the output of
> user/programmer submitted SQL here, so it seems to be better to accept
> a limited amount of variation in that output. It is quite possible I
> am overthinking this, since the property in question is used only
> within the file.
>
>
> consfigurator.asd | 1 +
> src/package.lisp | 12 +++++
> src/property/postgres.lisp | 92 ++++++++++++++++++++++++++++++++++++++
> 3 files changed, 105 insertions(+)
> create mode 100644 src/property/postgres.lisp
Applied, thank you.
--
Sean Whitton
More information about the sgo-software-discuss
mailing list