pgsql: Improve subscriber's error message for wrong publication relkind

2022-02-15 Thread Tom Lane
Improve subscriber's error message for wrong publication relkind. Pre-v13 versions only support logical replication from plain tables, while v13 and later also allow partitioned tables to be published. If you tried to subscribe an older server to such a publication, you got "table XXX not found on

pgsql: Improve subscriber's error message for wrong publication relkind

2022-02-15 Thread Tom Lane
Improve subscriber's error message for wrong publication relkind. Pre-v13 versions only support logical replication from plain tables, while v13 and later also allow partitioned tables to be published. If you tried to subscribe an older server to such a publication, you got "table XXX not found on

pgsql: Improve subscriber's error message for wrong publication relkind

2022-02-15 Thread Tom Lane
Improve subscriber's error message for wrong publication relkind. Pre-v13 versions only support logical replication from plain tables, while v13 and later also allow partitioned tables to be published. If you tried to subscribe an older server to such a publication, you got "table XXX not found on