We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2089cc0 commit 5ef0c6dCopy full SHA for 5ef0c6d
etl/src/replication/client.rs
@@ -429,7 +429,6 @@ impl PgReplicationClient {
429
select c.oid
430
from pg_publication_tables pt
431
join pg_class c on c.relname = pt.tablename
432
- join pg_namespace n on n.oid = c.relnamespace and n.nspname = pt.schemaname
433
where pt.pubname = {pub} and not (select has from has_rel)
434
),
435
recurse(relid) as (
0 commit comments