Clive Page <[EMAIL PROTECTED]> writes: > The problems come with LN and LOG which Postgres uses for logarithms to > base e and 10 respectively: the JDBC standard uses LOG and LOG10 > respectively, so that any fix would mean LOG changed its meaning. I don't > see an easy solution here; maybe both LOGE and LOG10 could be provided, at > least there would then be only one difference from the JDBC standard.
loge() strikes me as pointless; you might as well just use ln(). I don't have any objections to the other proposed additions though. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org