Hi, > Correct me if I am wrong but it seems that I can only create aliases under > the PUBLIC schema?
By default yes. However there is an experimental feature: http://www.h2database.com/html/changelog.html " Version 1.2.135 (2010-05-08) Functions now reside within a schema, similar to sequences. If you do create such functions in schemas other than PUBLIC, then the database can not be opened with older versions of H2. " This will be enabled by default in version 1.3.x Regards, Thomas > If so my quess is that the same applies to constants, aggregates, domains > etc. > > - rami > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
