projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac4ef63
)
Remove duplicate index entry DATE_TRUNC in document.
author
Fujii Masao
<fujii@postgresql.org>
Fri, 24 Jan 2014 02:12:48 +0000
(11:12 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Fri, 24 Jan 2014 02:12:48 +0000
(11:12 +0900)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index e79c479ac31eae4f60aac0779ae159f4a774fe41..c0a75de0e73fd76e7f886d006ff90505c465a38b 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-6568,12
+6568,7
@@
SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
</row>
<row>
- <entry>
- <indexterm>
- <primary>date_trunc</primary>
- </indexterm>
- <literal><function>date_trunc(<type>text</type>, <type>interval</type>)</function></literal>
- </entry>
+ <entry><literal><function>date_trunc(<type>text</type>, <type>interval</type>)</function></literal></entry>
<entry><type>interval</type></entry>
<entry>Truncate to specified precision; see also <xref linkend="functions-datetime-trunc">
</entry>