Commit 3ee74df2 authored by Fujii Masao's avatar Fujii Masao

Remove duplicate index entry DATE_TRUNC in document.

parent ac4ef637
...@@ -6568,12 +6568,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); ...@@ -6568,12 +6568,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
</row> </row>
<row> <row>
<entry> <entry><literal><function>date_trunc(<type>text</type>, <type>interval</type>)</function></literal></entry>
<indexterm>
<primary>date_trunc</primary>
</indexterm>
<literal><function>date_trunc(<type>text</type>, <type>interval</type>)</function></literal>
</entry>
<entry><type>interval</type></entry> <entry><type>interval</type></entry>
<entry>Truncate to specified precision; see also <xref linkend="functions-datetime-trunc"> <entry>Truncate to specified precision; see also <xref linkend="functions-datetime-trunc">
</entry> </entry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment