Re: Load data from a csv file without using COPY - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Load data from a csv file without using COPY
Date
Msg-id 08f451ed-a3f6-d3ee-5f92-55aeca5c4be7@aklaver.com
Whole thread Raw
In response to Re: Load data from a csv file without using COPY  (Asif Ali <asif2k@hotmail.com>)
Responses Re: Load data from a csv file without using COPY  (Stephen Frost <sfrost@snowman.net>)
List pgsql-general
On 06/19/2018 03:18 PM, Asif Ali wrote:
> just tell me the site , i dont have time to waste on shitty things , i 
> will program a spammer to send email to this list

So why subscribe in the first place?

> 
> Bye
> 
> ------------------------------------------------------------------------
> *From:* James Keener <jim@jimkeener.com>
> *Sent:* Wednesday, June 20, 2018 3:16 AM
> *To:* Asif Ali; pgsql-general@lists.postgresql.org; Alban Hertroys; Ravi 
> Krishna
> *Subject:* Re: Load data from a csv file without using COPY
> It's people like you who make spam filters worse for the rest of us to 
> the point they need to be checked daily for false positives. I'm sure 
> you could have found it in less time than it took to spam the list with 
> obscenities.
> 
> On June 19, 2018 6:13:49 PM EDT, Asif Ali <asif2k@hotmail.com> wrote:
> 
>     please just tell me the site i will do it right away and i have
>     marked it junked so many times , i will keep spamming it until my
>     email address is removed from the list
> 
>     Bye
> 
>     ------------------------------------------------------------------------
>     *From:* James Keener <jim@jimkeener.com>
>     *Sent:* Wednesday, June 20, 2018 3:11 AM
>     *To:* pgsql-general@lists.postgresql.org; Asif Ali; Alban Hertroys;
>     Ravi Krishna
>     *Cc:* PG mailing List
>     *Subject:* Re: Load data from a csv file without using COPY
>     Seriously, stop spamming the list and stop cursing and acting like a
>     petulant child. Go to the site and unsubscribe or use a mail client
>     that understands the standard list headers.
> 
>     On June 19, 2018 6:06:59 PM EDT, Asif Ali <asif2k@hotmail.com> wrote:
> 
>         how the fuck i unsubscribe to this mailing list , i get more
>         than 100 emails a day
> 
>         Bye
> 
>         ------------------------------------------------------------------------
>         *From:* Alban Hertroys <haramrae@gmail.com>
>         *Sent:* Wednesday, June 20, 2018 2:10 AM
>         *To:* Ravi Krishna
>         *Cc:* PG mailing List
>         *Subject:* Re: Load data from a csv file without using COPY
> 
>         > On 19 Jun 2018, at 22:16, Ravi Krishna <srkrishna@yahoo.com> wrote:
>         > 
>         > In order to test a real life scenario (and use it for benchmarking) I want to load large number of data
fromcsv files. 
 
>         > The requirement is that the load should happen like an application writing to the database ( that is, no
COPYcommand).
 
>         > Is there a tool which can do the job.  Basically parse the csv file and insert it to the database row by
row.
>         > 
>         > thanks
> 
>         I think an easy approach would be to COPY the CSV files into a
>         separate database using psql's \copy command and then pg_dump
>         that as separate insert statements with pg_dump —inserts.
> 
>         Alban Hertroys
>         --
>         If you can't see the forest for the trees,
>         cut the trees and you'll find there is no forest.
> 
> 
> 
> -- 
> Sent from my Android device with K-9 Mail. Please excuse my brevity.


-- 
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Asif Ali
Date:
Subject: Re: Load data from a csv file without using COPY
Next
From: Stephen Frost
Date:
Subject: Re: Load data from a csv file without using COPY