Re: pg_dump on remote machine

From: Thomas Kaminski <kaminski(at)univention(dot)de>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_dump on remote machine
Date: 2005-04-11 07:34:33
Message-ID: 1113204873.9972.5.camel@anton.knut.univention.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello,

> Yes I can get connected by psql -h 172.16.30.2 (dbname) and I can also connect
to the remote DB using phpPgAdmin. I have given the permissions on
pg_hba.conf file.

Hmmm,
when you connected with psql -h 172.16.30.2 (dbname),
are you able to get data with the select-command?
If not, you must grant access with the grant-command.

And you should look to the logfile of postgresql.

Bye Thomas

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Askar Zaidi 2005-04-11 09:34:21 pg_dump on remote machine
Previous Message Tom Lane 2005-04-11 07:02:01 Re: Mysql to postgres