create domain point as array check (array_length(value) = 2) this?
On Fri, Sep 27, 2013 at 1:47 PM, Paul Taylor <[email protected]> wrote: > Thats promising, but im trying to create a table with a POINT datatype, is > that possible in my sql this line is failng: > > coordinates POINT, > > so is there a way to do that > > > > On Friday, 27 September 2013 09:59:55 UTC+1, Noel Grandin wrote: >> >> It's not well documented, but we already support geometry datatypes. >> >> http://h2database.com/html/**datatypes.html#geometry_type<http://h2database.com/html/datatypes.html#geometry_type> >> >> Nicolas Fortin has been working on this, perhaps he can expand. >> >> On 2013-09-27 10:48, Paul Taylor wrote: >> > Do you plan to support this datatype, that seems to be getting used >> > alot more. >> >> -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/groups/opt_out. > -- Vasile Rotaru -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
