From: | Adam Haberlach <adam(at)newsnipple(dot)com> |
---|---|
To: | Scott Gritton <sgritton(at)rsv(dot)ricoh(dot)com> |
Cc: | "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Convert Filemaker Pro db to Postgresql db |
Date: | 2001-04-07 18:54:09 |
Message-ID: | 20010407115409.B9045@newsnipple.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, Apr 06, 2001 at 12:47:17PM -0700, Scott Gritton wrote:
> I've been reading through the lists but have not been able to find any
> information about how to take a Filemaker Pro database and convert it into a
> Postgresql database.
> Does anyone have any information on how to do this type of conversion?
We did it by having a webmaster write a Frontier script to generate a
report formatted thusly:
INSERT INTO rawbugs (....) VALUES (...)
(where there is a fieldlist and data in the (), of course)
...then I just use pgsql -f <filename> to slurp it in, and spent an
afternoon dealing with the breakage (we had some greater-then-8k tuples
that I had to sort out).
Other options, as people have mentioned, would be ODBC, but we found
that this worked better. And that FileMaker sucks.
--
Adam Haberlach |
adam(at)newsnipple(dot)com | http://youlook.org
http://www.newsnipple.com |
'88 EX500 '00 >^< |
From | Date | Subject | |
---|---|---|---|
Next Message | Martin Jacobs | 2001-04-07 19:22:14 | Re: PostGreSQL 7.0.3 hangs in SuSE |
Previous Message | Adam Haberlach | 2001-04-07 18:49:34 | Re: quota's ? |