pgadmin3

How to make PostgreSQL/pgAdmin3 behave a bit better with case sensitivity?

I designed a set of tables in pgAdmin3. I gave names like Products and ProductRID. I was very surprised though when I went to query this table only to find a query like this yielded unknown relation: select * from Products Apparently the proper way to access this is select * from "Products" which is very ugly. I can rename the tab...

pgAdmin 1.12.0 and sql-assistant doesn't work together

Since upgrading to final 9.0 postgresql latest sql-assistant (5.1.10) doesn't work with pgAdmin 1.12.0 Any ideas why so? Or anybody knows any similar to sql-assistant software to work with postgresql 9.0? ...