类型: | enum |
默认: | postgres |
上下文: | user |
重新开始: | false |
值: | [postgres, postgres_verbose, sql_standard, iso_8601] |
设置间隔值的显示格式。值sql_standard
将产生匹配 SQL 标准间隔文本的输出。当DateStyle参数被设置为ISO
时,值postgres
(默认)将产生匹配PostgreSQL发行 8.4 之前的输出。当DateStyle
参数被设置为非ISO
输出时,值postgres_verbose
会产生匹配PostgreSQL发行 8.4 之前的输出。值iso_8601
会产生匹配在 ISO 8601 的 4.4.3.2 节中定义的带标志符格式的时间间隔的输出。
IntervalStyle
参数也可以影响对有歧义的间隔输入的解释。详见datatype-interval-input。
建议 [EN]
This is just in case your applications are expecting something specific in how INTERVAL strings are output.