Re: BUG #5547: not able to connect to postgres through the oracle using Linux ODBC driver for Postgres

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-bugs(at)postgresql(dot)org>,"Hemanth" <hxkuma5(at)qwest(dot)com>
Subject: Re: BUG #5547: not able to connect to postgres through the oracle using Linux ODBC driver for Postgres
Date: 2010-07-08 15:46:21
Message-ID: 4C35AC7D0200002500033237@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Hemanth" <hxkuma5(at)qwest(dot)com> wrote:

> role "AIP" does not exist

This suggests that you're trying to log in as "AIP", and PostgreSQL
is not finding that role. Can you connect to PostgreSQL with the
psql command-line utility and run?:

\du

If so, please show us the results.

By the way, in the future please try to pick a more appropriate
list, there is nothing in your report to suggest that this is the
result of a PostgreSQL bug.

See:

http://www.postgresql.org/community/lists/

This would probably fit best on pgsql-odbc or pgsql-general.

-Kevin

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2010-07-08 16:00:05 Re: BUG #5547: not able to connect to postgres through the oracle using Linux ODBC driver for Postgres
Previous Message Hemanth 2010-07-08 14:40:39 BUG #5547: not able to connect to postgres through the oracle using Linux ODBC driver for Postgres