On 2019-01-13 08:45, Michael Paquier wrote:
Improve error messages for incorrect types of logical replication
targets
Discussion:
https://postgr.es/m/[email protected]
master
https://git.postgresql.org/pg/commitdiff/373bda61d2d620e704815553978726c9be9e1209
Modified Files
--------------
src/backend/executor/execReplication.c | 22 ++++++++++++++++++++--
Good idea, but now one message (for RELKIND_FOREIGN_TABLE) omits
'target'.
So I think
errmsg("cannot use relation \"%s.%s\" as logical replication"
should be:
errmsg("cannot use relation \"%s.%s\" as logical replication target"
Do you agree?
Thanks,
Erik Rijkers