Relative Content

Tag Archive for javapostgresqlspring-booteclipsejpa

Cannot see schemas of database other than the default database in eclipse IDE for postgreSQL database when to generate entities from tables

I want to generate entities for tables that are present in my postgreSQL database schema, I’ve done the same for mySQL database before, the problem I’m facing is that after establishing the connection successfully I am unable to see any schemas that are present in that database. But when I make the connection for the default database (postgres) all the schemas show up correctly. The following are the screenshots for the same problem the first one is for the default database and ideally for my other database (test) the schemas should show up in the same way. And also in the data source explorer tab where the connections are showed I can see all the schemas and tables correctly even for the non-default database (test). The data source explorer tab is in the bottom left side of the screenshots.