类型: | bool |
默认: | off |
上下文: | user |
重新开始: | false |
当数据库产生 SQL 时,强制所有标识符被引号包围,即使它们(当前)不是关键字。这将影响EXPLAIN的输出以及pg_get_viewdef等函数的结果。另请参阅app-pgdump和app-pg-dumpall的--quote-all-identifiers选项。
在 StackOverflow
- Postgresql doesn't use memory for caching
- postgresql - too long select request
- Postgresql going mad
- Geoserver WFS + PostgreSQL with large table impossibly slow
- Why does "explain analyzing" this query fnish fast (showing a parallel plan), while running the actual query without "explain analyze" doesn't?