| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | jearl(at)bullysports(dot)com |
| Cc: | Gail Zacharias <gz(at)clozure(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: database files |
| Date: | 2003-10-22 23:14:06 |
| Message-ID: | 24822.1066864446@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
jearl(at)bullysports(dot)com writes:
> Gail Zacharias <gz(at)clozure(dot)com> writes:
>> Is the file format of the pgsql database files compatible between
>> OS's? E.g. could I take some database files from Linux and use them
>> on Windows?
> I don't know the answer to that, but I would be interested in finding
> out.
I don't think there are any OS dependencies per se, but there are
certainly hardware dependencies (forget moving between Intel and PPC
without a dump/reload, for example). And there are compiler
dependencies, so theoretically you could run into problems even for
two different systems on the same hardware platform.
I concur with the recommendation to use pg_dump scripts as the vehicle
for moving data.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Wheeler | 2003-10-22 23:56:28 | ANNOUNCE: Bricolage-Devel 1.7.0 |
| Previous Message | jearl | 2003-10-22 22:48:34 | Re: database files |