Hi! I'm working in a java application that will used a database, but I'm
trying to support a couple of different DBMS (postgres, oracle, ...). My
question is: Is there a way to be sure that the database that the application
is using in a specific moment is really a postgres database?
Thanks!