Skip to content

Conversation

@l2dy
Copy link
Collaborator

@l2dy l2dy commented Dec 31, 2025

Like

tables=$(psql ${SRCPG} -AXtwc "SELECT quote_ident(nspname) || '.' || quote_ident(relname) AS name FROM pg_class c JOIN pg_namespace n ON c.relnamespace = n.oid WHERE relkind = 'r' AND nspname !~ '^pg_' AND nspname !~ '^_' AND nspname !~ '^timescaledb' AND nspname !~ '^citus' AND nspname !~ '^columnar' AND nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast', 'repack', 'monitor');")
, the fully qualified table names should be used in copy-progress. Otherwise, tables not in search_path or tables that share the same relname may not be correctly displayed.

@l2dy
Copy link
Collaborator Author

l2dy commented Jan 30, 2026

@Vonng I'd appreciate your feedback on this PR. Thanks!

@Vonng Vonng closed this in e575d17 Feb 4, 2026
@Vonng
Copy link
Member

Vonng commented Feb 4, 2026

fixed by this: e575d17

Thanks for pointing it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants