Re: Massive Insertion

From: Thom Brown <thombrown(at)gmail(dot)com>
To: Florent THOMAS <mailinglist(at)tdeo(dot)fr>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Massive Insertion
Date: 2009-12-10 09:55:55
Message-ID: bddc86150912100155i75520885t907cb9ff0f8bfa04@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

2009/12/10 Florent THOMAS <mailinglist(at)tdeo(dot)fr>

> Hello,
>
> I would like to know if there's a function that allows to insert values in
> table using a csv file?
>
> Best regards
>

You can use the COPY command for that:
http://www.postgresql.org/docs/8.4/interactive/sql-copy.html

Regards

Thom

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2009-12-10 09:58:22 Re: Massive Insertion
Previous Message Florent THOMAS 2009-12-10 09:54:37 Massive Insertion