On Fri, May 20, 2005 at 08:19:58 -0400, "John D. Burger" <john@xxxxxxxxx> wrote: > I find all these statements about the near-uselessness of > NUMERIC^NUMERIC to be pretty amazing. It's fine to say, "no one seems > to be asking for this, so we haven't implemented it yet", but, c'mon, > folks, Postgres gets used for more than "business cases". It is pretty useless. If you are doing exact math, fractional exponents don't fit. If you are using integer exponents, you can store usable exponents in an int (arguably an an int2). People may be interested in NUMERIC^NUMERIC MOD N, but if so they aren't going to do the exponentation first and then the mod operation. ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster