> As long as everyone is in agreement that --dry-run *should* be
> performing those checks in the first place, I'm happy.

Yes, it's my intention. Fujii-san, how do you feel? If you're OK, we can 
proceed.

> Even for PG17, specifying a non-superuser in the connection string
> leads to a successful --dry-run, then fails during normal operation.

To confirm, is it allowed to add such a verification in back branches?
I imagined running something like below after connecting to the publisher.

```
SELECT rolsuper
FROM pg_catalog.pg_roles
WHERE rolname = session_user;
```

Best regards,
Hayato Kuroda
FUJITSU LIMITED

Reply via email to