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