From: | tushar <tushar(dot)ahuja(at)enterprisedb(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | HINT message for "ALTER SUBSCRIPTION.. WITH" need to change with SET keyword |
Date: | 2017-05-19 10:11:37 |
Message-ID: | 9fb66eef-c6a8-37e5-a576-f6ad4c864305@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
There is small issue in the HINT message which we provide at the time of
dropping subscription ,where we are saying -WITH (slot_name) which need
to change with SET (slot_name).
postgres=# drop subscription sub;
ERROR: could not connect to publisher when attempting to drop the
replication slot "pub"
DETAIL: The error was: could not connect to server: No such file or
directory
Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
HINT: Use ALTER SUBSCRIPTION ... *WITH* (slot_name = NONE) to
disassociate the subscription from the slot.
expected = "HINT: Use ALTER SUBSCRIPTION ... *SET* (slot_name = NONE)
to disassociate the subscription from the slot."
--
regards,tushar
EnterpriseDB https://www.enterprisedb.com/
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Pierre-Emmanuel André | 2017-05-19 10:44:27 | Re: PostgreSQL 10beta1 - compilation fails on OpenBSD -current |
Previous Message | Ashutosh Bapat | 2017-05-19 10:07:59 | Re: Re: [BUGS] BUG #14657: Server process segmentation fault in v10, May 10th dev snapshot |