【发布时间】:2012-07-08 11:33:36
【问题描述】:
postgres=# DROP DATABASE template_postgis;
ERROR: cannot drop a template database
http://www.postgresql.org/docs/9.1/static/manage-ag-templatedbs.html 看起来好像如果我设置了template_postgis.datistemplate = false,我就可以删除它,但我不知道如何设置它。
【问题讨论】:
标签: postgresql postgresql-9.1 database-template