I\'m trying to connect netbeans to my postgresql database. The connection seems to have worked as I don\'t get any errors or exceptions when just connecting, methods such as
Besides CoolBeans' suggestion, you may also be connecting to the db as a different user who does not have permission on the relevant db or schema. Can you show the connection string?