Hi, The PgServer mode does not implement all PostgreSQL features. Some PostgreSQL tools query system tables / system catalog, and some columns are not available in H2 yet. The system catalog is emulated using views, if you want you could add the missing features. The code is here:
http://code.google.com/p/h2database/source/browse/trunk/h2/src/main/org/h2/server/pg/pg_catalog.sql I will not have time in the near future to add the missing features, but if you want (or anybody else), please send me a patch and I will do my best to integrate it. Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
