Re: Can't drop subscription

From: Axel Rau <Axel(dot)Rau(at)Chaos1(dot)DE>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Can't drop subscription
Date: 2022-02-21 18:04:46
Message-ID: E01B4D55-AF8C-408B-82C5-D208B4AD6ADB@Chaos1.DE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> Am 21.02.2022 um 18:34 schrieb Ron <ronljohnsonjr(at)gmail(dot)com>:
>
>
> Why the backslashes, instead of:
>
> psql -c "DROP SUBSCRIPTION meteo;“

This was the error message from an ansible script. I assumed, ansible did the quoting.
Doing it per hand, works:
- - -

Why the backslashes, instead of:

psql -c "DROP SUBSCRIPTION meteo;“
- - -

I will put the command into a file and give that per -f to psql.

Thanks for answering, Axel
---
PGP-Key: CDE74120 ☀ computing @ chaos claudius

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2022-02-21 18:22:26 Re: Can't drop subscription
Previous Message Ron 2022-02-21 17:34:13 Re: Can't drop subscription