Is it possible to put the data and structure files of Postgres (tables, views, indicies, sequences and so on) on another machine than that one where system files are? In other words I want to put only the system and application files on one server and only the structure and data files on another server, is it possible? and if yes, how can I? Thanks.
Running over NFS is not recommended, but people use external storage arrays. What exactly are you trying to do?
-- Richard Huxton Archonet Ltd
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend