Copy Postgres-Table with Python (sqlalchemy) but can't change the target schema

前端 未结 0 1013
猫巷女王i
猫巷女王i 2021-01-17 05:33

I am trying to copy a table from one postgres database (dss_test) to another (dss_prod) using the Python module sqlalchemy. I want to copy the metadata too (e. g. datatypes,

相关标签:
回答
  • 消灭零回复
提交回复
热议问题