I am using CentOS and Postgresql as my database.
According to this thread SQL Developer can now support Postgresql. So I manage to download the requirement such as SQL Developer 4.0 and Postgresql jdbc connector.
Is there a step by step procedure how to install the jdbc connector to sql developer? I tried to follow the PostgreSQL documentation but with no luck.
I tried to extract/install the jar file using java -jar postgresql-9.3_1100.jdbc41.jar
the return is no main manifest attribute in postgresql-9.3_1100.jdbc41.jar
my java version is: 1.7.0_45