RE: pg_createsubscriber: allow duplicate publication names - Mailing list pgsql-hackers

From Hayato Kuroda (Fujitsu)
Subject RE: pg_createsubscriber: allow duplicate publication names
Date
Msg-id OS9PR01MB12149561C881BFA9DFB10B149F5122@OS9PR01MB12149.jpnprd01.prod.outlook.com
Whole thread
In response to Re: pg_createsubscriber: allow duplicate publication names  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: pg_createsubscriber: allow duplicate publication names
List pgsql-hackers
Dear Amit,

> Can't we use --replication-slot=name to avoid this ERROR? I mean use
> different replication slot names.

Are you saying the below case, right? It can work.

```
$ pg_createsubscriber -D data_sta/ -P 'user=postgres port=5432' -d postgres --subscription sub --replication-slot=slot1
-dtestdb --subscription sub --replication-slot=slot2 -U postgres
 
```

BTW; slot creations are tried before the standby promotes, thus there may be a chance
user read the error message, change the subscription name, and retry. But I still
think we should guard the combination, which means it's too late for PG19.

Best regards,
Hayato Kuroda
FUJITSU LIMITED


pgsql-hackers by date:

Previous
From: solai v
Date:
Subject: Re: problems with toast.* reloptions
Next
From: Jakub Wartak
Date:
Subject: Re: Heads Up: cirrus-ci is shutting down June 1st