Peter, > > I need to import a CVS file generated by SQL Server into PostgreSQL > > CSV? Right. :-) > > but I could not no ready utility to do this on postgresql.org. A > > command line utility like msqlimport would be perfect, as I need to > > use this on cron jobs. Anyone there can pelase pointe to such > > utility? > > Use the COPY command. Someone said this command only accepts TAB delimited files, with no string delimiter. Is it possible to change these settings? []s, Fernando Lozano
- Re: [GENERAL] import CVS file Fernando Lozano
- Re: [GENERAL] import CVS file Neil Conway