Re: import CVS file

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Fernando Lozano <fsl(at)centroin(dot)com(dot)br>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: import CVS file
Date: 2000-09-20 18:04:11
Message-ID: Pine.LNX.4.21.0009202003430.362-100000@peter
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Fernando Lozano writes:

> I need to import a CVS file generated by SQL Server into PostgreSQL

CSV?

> 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.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2000-09-20 18:21:24 Re: [GENERAL] Foreign Keys Help Delete!
Previous Message Peter Eisentraut 2000-09-20 18:03:07 Re: Proposal for new PL/Perl README