Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions - Mailing list pgsql-hackers

From Sergei Kornilov
Subject Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions
Date
Msg-id 7624191561452339@myt1-ea84d188029c.qloud-c.yandex.net
Whole thread Raw
In response to Re: [PATCH] Stop ALTER SYSTEM from making bad assumptions  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Hello

> But we already have ALTER SYSTEM, so why do we need to write it again?
> You just need to check whether the system is running: if it is, connect
> and do "ALTER SYSTEM". If it isn't, do `echo ALTER SYSTEM | postgres
> --single`.

Is this approach still possible for pg_basebackup --format=tar ? For "pg_basebackup -D - --format=tar" ?

regards, Sergei



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: GiST VACUUM
Next
From: Tomas Vondra
Date:
Subject: Re: Choosing values for multivariate MCV lists