Re: BUG #10917: How to connect pgadmin of another system.

From: David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #10917: How to connect pgadmin of another system.
Date: 2014-07-10 17:16:18
Message-ID: 1405012578915-5811151.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

emonrockz143 wrote
> Please help me with a solution so that I can add 192.168.1.2 as a pgadmin
> server in 192.168.1.1. Thank you in advance.

I am assuming you haven't read or understood the documentation for
pg_hba.conf

http://www.postgresql.org/docs/9.3/interactive/auth-pg-hba-conf.html

It is also excessive to copy the entire standard boiler-plate comments in
you file - the uncommented lines would have been sufficient.

As noted this is not a bug and thus this is not the proper forum for such
help. I suggest reading the above link thoroughly and probably multiple
times, adjusting your pg_hba.conf and postgres.conf files as you go, then
re-post to -general if you haven't figured it out.

Once the server is capable of allow remote clients to connect to it
configuring pgAdmin is quite simple. i.e., pgAdmin is not the problem here
but rather the remote server configuration (postgres and possibly OS stuff
like firewalls).

You will probably find it easier to use "psql" instead of pgAdmin to do the
trial-and-error configuration process - and it will remove one extra layer
of indirection from the equation as well.

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/BUG-10917-How-to-connect-pgadmin-of-another-system-tp5811145p5811151.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-07-10 19:41:41 Re: Compile fails on AIX 6.1
Previous Message Francisco Olarte 2014-07-10 16:27:10 Re: BUG #10917: How to connect pgadmin of another system.