Re: Using same database from XP and Linux in notebook

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Using same database from XP and Linux in notebook
Date: 2006-03-06 17:32:30
Message-ID: duhrtv$232$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Here is an example I always used as a start point in this type of project.
>
> http://campbellcentral.org/rick/code/setup.html
>
> Generally, I would store the datafiles on an NTFS partition - it seems
> easier to reach NTFS from Linux then vice-versa.

Bill,

Your example mounts NTFS as read-only. Is it possible to mount NTFS as
read-write ?

Have you used Posgres on Linux writing to a Postgres/XP cluster residing on
a NTFS file system ?
Are Postgres Linux and XP database formats binary compatible ?
My db cluster uses Windows specific locale setting. How Postgres on Linux
interpets this setting ?

Andrus.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2006-03-06 17:38:22 Re: Using same database from XP and Linux in notebook
Previous Message Boris Migo 2006-03-06 17:27:06 is it possible to get current_user inside security definer function ?