我试图删除图表。删除图表时发生错误。
# drop graph graph;
ERROR: cannot drop graph graph because other objects depend on it
DETAIL: sequence graph.ag_label_seq depends on schema graph
label ag_vertex depends on schema graph
label ag_edge depends on schema graph
HINT: Use DROP ... CASCADE to drop the dependent objects too.
如何删除“图形”?