my database id postgresql,  i use h2 for java unit testing.  postgresql has 
columns that are timestamp with timezone (timestamptz). I have a native 
query that uses syntax such as:

cast(? as timestamptz)

from postgresql.  to unit test this, I need the timestamptz to be a 
recognized type for h2.  it can be a timestamp, that's fine.  so, my 
question is how can i create a user defined type in h2?

other solutions for what I need?  

Thanks!
-mark-

-- 
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/d/optout.

Reply via email to