How to check if partition table exists

前端 未结 0 782
时光说笑
时光说笑 2020-12-14 09:27

In postgresql, I want to check if a partition table exist and return a boolean.

EXECUTE(\'SELECT not EXISTS (SELECT relname FROM pg_class WHERE relname = \'\'         


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