Thread: connect using quirrel sql client
Hi ,
please let me know how I can connect postgresql using squirrel sql client 3.4.0.Thanks & Regards
Arindam Mondal
Arindam Mondal
On 12/20/2013 01:08 AM, Arindam Mondal wrote: > Hi , > please let me know how I can connect postgresql using squirrel sql > client 3.4.0. Make sure you have the Postgres JDBC driver: http://jdbc.postgresql.org/download.html Configure SQuirrel: http://squirrel-sql.sourceforge.net/index.php?page=screenshots The screenshot use Postgres as its example. > > > Thanks & Regards > Arindam Mondal -- Adrian Klaver adrian.klaver@gmail.com
2013/12/20 Adrian Klaver <adrian.klaver@gmail.com>: > On 12/20/2013 01:08 AM, Arindam Mondal wrote: >> >> Hi , >> please let me know how I can connect postgresql using squirrel sql >> client 3.4.0. > > > Make sure you have the Postgres JDBC driver: > > http://jdbc.postgresql.org/download.html > > Configure SQuirrel: > > http://squirrel-sql.sourceforge.net/index.php?page=screenshots > > The screenshot use Postgres as its example. Do be aware of this potential issue with this client: http://www.postgresql.org/message-id/1362077623.96612.YahooMailNeo@web162902.mail.bf1.yahoo.com which caused some pain the other day. Not saying it's necessarily bad per-se, but sharing the above link with sysadmins resulted in a "please yes, let's get this uninstalled everywhere" reaction. Ian Barwick