类型: | bool |
默认: | on |
上下文: | user |
重新开始: | false |
这个参数通常为打开 。当设置为off
时,它禁用sql-createfunction期间对函数体字符串的验证。禁用验证避免了验证处理的副作用并且避免了如向前引用导致的伪肯定。在代表其他用户载入函数之前设置这个参数为off
;pg_dump会自动这样做。
建议 [EN]
You only really want to turn this off to resolve circular dependancies, and that can be done on a per-session basis. In general, checking for syntax errors in PL/pgSQL functions is a very good idea.