Re: Importing data into postgreSQL from FileMaker? - Mailing list pgsql-novice

From Tom Lane
Subject Re: Importing data into postgreSQL from FileMaker?
Date
Msg-id 7297.1095537095@sss.pgh.pa.us
Whole thread Raw
In response to Importing data into postgreSQL from FileMaker?  (Neacal <deb@mac.ppc>)
List pgsql-novice
Neacal <deb@mac.ppc> writes:
> Can I use textfiles (e.g. tab-separated) to transfer data from
> FileMaker to PostgreSQL??

Tab-separated text files should work fine --- read them with COPY.
(At least, to that level of detail it will work.  You might encounter
some issues with representation of NULLs, or different ideas about
timestamp formatting, or something like that.  I dunno enough about
FileMaker to say.)

            regards, tom lane

pgsql-novice by date:

Previous
From: "M. Bastin"
Date:
Subject: Re: Importing data into postgreSQL from FileMaker?
Next
From: Tom Lane
Date:
Subject: Re: DST and time zones