On Apr 2, 2015, at 5:09 PM, Octavi Fors <oct...@live.unc.edu> wrote:

> 
> And second, because I need the database to be accessible from two computers 
> in the same LAN.

If you do this, you will destroy your database[1].

Why not have the database running on one machine, all the time, potentially 
with a real disk subsystem then just access it from wherever on the LAN you 
need to? Postgresql is a client-server database, and you can access it over the 
network as easily as you can from the machine it's running on.

Cheers,
  Steve

[1] Almost certainly, unless you make absolutely sure postgresql is only 
started on one machine at a time, amongst other things.



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to