Re: switching from windows to linux

From: "Uwe C(dot) Schroeder" <uwe(at)oss4u(dot)com>
To: vidhya baskaran <vidhyabhaskaran(at)yahoo(dot)co(dot)in>, pgsql-admin(at)postgresql(dot)org
Subject: Re: switching from windows to linux
Date: 2003-12-30 06:37:34
Message-ID: 200312292237.34600.uwe@oss4u.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday 29 December 2003 10:18 pm, vidhya baskaran wrote:
> Hi,
>
> We are using postgres under Cygwin on a win2k server and we would like to
> move it to a Linux box.

Good decision

>
> You told to use PsqlODBC driver to establish a connection between a Linux
> based postgres server and a Windows application.
>
> We have to install psqlODBC driver in win2k server is it right?
yes

> Do we have to change the pg_hba.conf file of linux server?
yes, you'd have to allow remote access to the linux machine. If you're not
concerned with security (i.e. you're behind a firewall) you could add a line

host all all 192.168.1.0 255.255.255.0 trust

The above line would trust all clients in your local network, assuming that
you use the 192.168.1.0/24 network. Check the comments in the pg_hba.conf
file for more secure solutions.

> Do we need to install unixOBDC or any other ODBC in Linux box?

Not unless you want to use your application locally on that linux box.

> Regards,
>
> Vidhya
>
>
>
> Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and
> more.Download now.

- --
UC

- --
Open Source Solutions 4U, LLC 2570 Fleetwood Drive
Phone: +1 650 872 2425 San Bruno, CA 94066
Cell: +1 650 302 2405 United States
Fax: +1 650 872 2417
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/8R0ujqGXBvRToM4RAh+qAJ4sGhO7dgDfbu2n3jvlxTMwglJKagCguAzq
6k+QhtuMmfKyih5NVLgU6b8=
=+8md
-----END PGP SIGNATURE-----

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Hans Peter Wiedau 2003-12-30 10:07:09 Re: How to use psql -c?
Previous Message vidhya baskaran 2003-12-30 06:18:57 switching from windows to linux