【问题标题】:How do I uninstall the uuid_ossp module in postgresql 9.0.4?如何在 postgresql 9.0.4 中卸载 uuid_ossp 模块?
【发布时间】:2012-01-29 08:35:59
【问题描述】:

我在 9.0.4 版本中使用以下命令安装 postgres UUID_OSSP 模块:

$psql -d <database> -U <user> -f <path to>/uuid-ossp.sql

如何卸载它?我正在导出这个数据库,我不希望它出现在数据库导出脚本中。我不再使用该模块。我找到了很多与此模块的安装相关的答案,但没有卸载

提前致谢

【问题讨论】:

    标签: postgresql postgresql-9.0


    【解决方案1】:

    uuid-ossp.sql所在的同一目录中应该有一个uninstall_uuid-ossp.sql脚本。

    【讨论】:

      猜你喜欢
      • 2011-12-23
      • 2012-10-15
      • 2011-05-16
      • 2012-03-06
      • 1970-01-01
      • 2011-03-07
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多