bitnine-oss / agensgraph

AgensGraph, a transactional graph database based on PostgreSQL
http://www.agensgraph.org
Other
1.32k stars 146 forks source link

Fix error case for pg_restore (LABEL Restore). #578

Closed emotionbug closed 1 year ago

emotionbug commented 1 year ago

AgensGraph cannot drop non empty label(table) without CASCADE option. so, When use pg_restore with --clean flag, uses CASCADE option on labels.