Re: Unable to connect to Postgres database from email marketing software on the same host

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Unable to connect to Postgres database from email marketing software on the same host
Date: 2010-03-15 11:51:06
Message-ID: 20100315115106.GD9217@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In response to Major Services :
> Hi,
>
> I have an email marketing software installed on the same server as
> PostgresSQL database.
> Am unable to connect to the database from this application. The
> database owner is dbadmin.

Error-message?

>
> My pg_hba.conf has one entry as:
>
> local all dbadmin trust
>
> What other setup is required for this?

Is your software trying to establish a connection via UNIX-Sockets or
via TCP/IP?

If TCP/IP, you needs a proper host - entry in your pg_hba.conf.

Regards, Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2010-03-15 11:55:33 Re: Unable to connect to Postgres database from email marketing software on the same host
Previous Message Major Services 2010-03-15 11:24:28 Unable to connect to Postgres database from email marketing software on the same host