I know there are thousands of questsions like this one here on SO but i\'ve seen them all and i\'m still not able to deal with my problem.
I\'m doing everything using an
In C you can do it like this, I don't even know what Rails is
conninfo = "hostaddr = 127.0.0.1 dbname = bitcoin user = alan password = mypass"; conn = PQconnectdb(conninfo);
I had exactly the same error message.