Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jquery-ui/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何卸载postgresql 9.0.4中的uuid_ossp模块?_Postgresql_Postgresql 9.0 - Fatal编程技术网

如何卸载postgresql 9.0.4中的uuid_ossp模块?

如何卸载postgresql 9.0.4中的uuid_ossp模块?,postgresql,postgresql-9.0,Postgresql,Postgresql 9.0,我使用以下命令在9.0.4版中安装postgres UUID_OSSP模块: $psql -d <database> -U <user> -f <path to>/uuid-ossp.sql $psql-d-U-f/uuid-ossp.sql 如何卸载此文件?我正在导出此数据库,我不希望它显示在DB导出脚本中。我不再使用该模块。我找到了很多关于安装这个模块的答案,但不是卸载 提前感谢在uuid ossp.sql所在的同一目录中应该有一个卸载_uuid-os

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

$psql -d <database> -U <user> -f <path to>/uuid-ossp.sql
$psql-d-U-f/uuid-ossp.sql
如何卸载此文件?我正在导出此数据库,我不希望它显示在DB导出脚本中。我不再使用该模块。我找到了很多关于安装这个模块的答案,但不是卸载


提前感谢

uuid ossp.sql
所在的同一目录中应该有一个
卸载_uuid-ossp.sql
脚本