Re: [Rdkit-discuss] connecting to postgres in rdkit environment

2017-02-27 Thread nbell8181
Thanks to both. that conf file change worked. On Sunday, 26 February 2017, 0:07, Markus Sitzmann wrote: Maybe this one here helps, too, although it is basically the same what TJ said: https://devops.profitbricks.com/tutorials/install-postgresql-on-centos-7/ Markus On Sat, Feb 25, 2017

[Rdkit-discuss] connecting to postgres in rdkit environment

2017-02-25 Thread nbell8181
Hi,I've installed rdkit on a CentOS machine using anaconda python and set up a postgresql compound database in the rdkit environment. It works great on the machine's console.I now want to access it remotely and I'm trying to set up a jdbc postgres driver to access it from a windows client but th