Skip to content

Conversation

@l2dy
Copy link
Contributor

@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.

@Vonng Vonng force-pushed the main branch 8 times, most recently from c9639ad to c7da007 Compare January 7, 2026 05:26
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.

1 participant