Re: [GENERAL] cannot connect to database through ECPG but can through psql

2015-06-04 Thread Tom Lane
Seann Reed writes: > I'm a relative newbie to Postgres but I've asked a few colleagues about > this problem without a solution, so I'm hoping someone on the list serve > can help. > The problem arose when I move to an upgraded operating system, an upgraded > version of Postgres, and when I dump a

Re: [GENERAL] cannot connect to database through ECPG but can through psql

2015-06-04 Thread Andreas Kretschmer
Seann Reed wrote: > Everything worked fine with the old setup.  With the new setup, I can access > my > database through psql command-line.  However, I have a compiled program called > 'Shefdecode' that makes queries to the database through ECPG and this program > cannot access the database.  I