Re: Unable to connect service=udd

2017-04-18 Thread Mattia Rizzolo
On Tue, Apr 18, 2017 at 09:19:09PM +0200, hassaan afridi wrote: > I am trying to connect UDD through python by using connection string: > > conn = psycopg2.connect("service=udd") > > > I am getting error "*psycopg2.OperationalError: definition of service * > > *udd not found*" > > > Do I need

Unable to connect service=udd

2017-04-18 Thread hassaan afridi
Dear Debain Team I am trying to connect UDD through python by using connection string: conn = psycopg2.connect("service=udd") I am getting error "*psycopg2.OperationalError: definition of service * *udd not found*" Do I need to add something else? Regards, Hassaan Afridi