Re: CSV Utility

From: bricklen <bricklen(at)gmail(dot)com>
To: Mike angelo <angelocmp(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: CSV Utility
Date: 2009-08-06 21:29:00
Message-ID: 33b743250908061429h319c28abr61b1d42fdf02dad2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Take a look at the "CSV" option of "COPY". That should do what you're after.

http://www.postgresql.org/docs/8.4/interactive/sql-copy.html

On Thu, Aug 6, 2009 at 2:27 PM, Mike angelo<angelocmp(at)yahoo(dot)com> wrote:
> Is there a Postgres utility that allows data contained in a CSV file to be
> loaded into the database?
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Guillaume Lelarge 2009-08-06 21:30:57 Re: CSV Utility
Previous Message Mike angelo 2009-08-06 21:27:22 CSV Utility