On 21/02/07, Tzahi Fadida <[EMAIL PROTECTED]> wrote:
On Wednesday 21 February 2007 01:39, Amos Shapira wrote: > So far my searches came to a conclusion that PostgresQL doesn't support > shared disk, at least not out of the box. What do you mean by shared disk?
I meant "sharing the same disk and database instance by two active Postgres servers". In http://www.postgresql.org/docs/8.2/interactive/shared-disk-failover.htmlyou can see that they mention "sharing of disk between and active and a passive instance". Maybe this is what looking for:
http://www.postgresql.org/docs/8.2/interactive/manage-ag-tablespaces.html
Sounds like yet another place to visit when I learn about tuning postgres. Cheers, --Amos