比如TABLE_RADAR_*
可以的,从pg v12开始支持使用-T, --exclude-table=PATTERN
示例如下:
pg_dump -n public -s -T "my_settings_*" -f tmp.sql