On Fri, 18 Oct 2013 17:05:07 +0200 Tom Lane <t...@sss.pgh.pa.us> wrote: > For some reason, there's no constructor function to make a box from > four floats. But there is a box constructor that takes two points, > as well as a point constructor that takes two floats; so you could do > something like > > box(point(location, 1), point(2, 3))
Kind of makes sense anyway. The only improvement I would make is to allow a shortcut like this; box((0, 1), (2, 3)) In fact, casting an array of two floats in a point context to a point would be a good idea anyway. In fact, this seems to work already if quotes are added: box('(0, 1), (2, 3)') -- D'Arcy J.M. Cain <da...@druid.net> | Democracy is three wolves http://www.druid.net/darcy/ | and a sheep voting on +1 416 788 2246 (DoD#0082) (eNTP) | what's for dinner. IM: da...@vex.net, VoIP: sip:da...@druid.net -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general