赞
踩
SQL 错误 [0A000]: ERROR: extension “pldbgapi;” is not available
详细:Could not open extension control file “/home/sr/work/outpg16/share/postgresql/extension/pldbgapi;.control”: No such file or directory.
建议:The extension must first be installed on the system where PostgreSQL is running.
现象:插件已经安装,且路径是"/home/sr/work/outpg16/share/postgresql/extension/pldbgapi.control"是有这个文件的.
引起原因:
执行CREATE EXTENSION pldbgapi;
最后的分号,是全角分号引起的,因为当时是从网站赋值的,
正确的是CREATE EXTENSION pldbgapi;
全都是半角!!!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。