activate
activate copied to clipboard
Support custom types in postgres
Since postgres 8.4 it support custom types for columns. http://www.postgresql.org/docs/9.3/static/xtypes.html It would be nice if activate would support custom types and we could extend type-safety into the db :)
Types are by the way part of the SQL2003 standard, http://farrago.sourceforge.net/design/UserDefinedTypesAndRoutines.html and is supported by the jdbc drivers. http://docs.oracle.com/javase/tutorial/jdbc/basics/sqltypes.html