PostgreSQL : Backup Database using Python pg_dump error

后端 未结 0 786
终归单人心
终归单人心 2020-12-13 16:27

i have this code

tables = [\'order\',\'transaction\',\'user\']

for table_name in tables:
    path_backup = folder_backup + "/" + table_name + "         


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