提交 2798f095 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Minor changes in PostgreSQL mode documentation

上级 40d9c14f
......@@ -952,14 +952,14 @@ or the SQL statement <code>SET MODE PostgreSQL</code>.
</li><li>LOG(x) is base 10 in this mode.
</li><li>REGEXP_REPLACE():
<ul>
<li>Uses \ for back-references</li>
<li>Will not throw an exception when the <code>flagsString</code> parameter contains a 'g'</li>
<li>In the absence of the 'g' flag in the <code>flagsString</code> parameter, only the first-matched substring will be replaced</li>
<li>uses \ for back-references;</li>
<li>does not throw an exception when the <code>flagsString</code> parameter contains a 'g';</li>
<li>replaces only the first matched substring in the absence of the 'g' flag in the <code>flagsString</code> parameter.</li>
</ul>
</li><li>Fixed-width strings are padded with spaces.
</li><li>MONEY data type is treated like NUMERIC(19, 2) data type.
</li><li>Datetime value functions return the same value within a transaction.
</li><li>ANY and SOME after comparison operators are parsed as array comparison operators
</li><li>ANY and SOME after comparison operators are parsed as array comparison operators.
</li></ul>
<h3>Ignite Compatibility Mode</h3>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论