Re: [ADMIN] Minimal required to run psql on remote machine

2004-08-11 Thread Bruno Wolff III
On Mon, Aug 09, 2004 at 16:17:26 +0100,
  Mike Bell [EMAIL PROTECTED] wrote:
 Hi,
 
 I'd like to run psql on a remote machine. For security, there won't be
 login access granted for ssh sessions but we'd like to test various SPs
 and so forth. What is the minimum I have to install on to the remote
 machine so that I can connect with psql -h remote ?

The base postgres install should allow this. You just need to make sure
your packet filter and pg_hba.conf allow connections from the particular
hosts you want to allow access from.

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


[ADMIN] Minimal required to run psql on remote machine

2004-08-09 Thread Mike Bell
Hi,

I'd like to run psql on a remote machine. For security, there won't be
login access granted for ssh sessions but we'd like to test various SPs
and so forth. What is the minimum I have to install on to the remote
machine so that I can connect with psql -h remote ?

Cheers

Mike



---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match