How to check the existence of a column in a Postgres database in Python?

前端 未结 0 355
不知归路
不知归路 2020-12-13 02:03

I am using postgres in Python with the library psycopg2. After connecting to a database, I am trying to check if a table with a given name exists. In postgres,

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