Regarding Copy in postgresql - Mailing list pgsql-novice

From sreeaurovindh viswanathan
Subject Regarding Copy in postgresql
Date
Msg-id CAC4BLaKeLYnR77Mb-9f36A9xc0N9qA1b+C09yevnMS4Qjn-EVw@mail.gmail.com
Whole thread Raw
Responses Re: Regarding Copy in postgresql
List pgsql-novice
I have a text file which has about 140 million records spaced by tab.I
am trying it to read and put it into database.I have used Copy to do
it.For the delimiter i tried with \t but it did not work.Hence i
copied the tab space and pasted it in copy command and then it
executed.Does the copy command read the file sequentially.Atleast from
the ordering that i got it doesn't seem so.. If that is the case how
is the orderering of read..


Thanks
Sree aurovindh V

pgsql-novice by date:

Previous
From: Michael Badger
Date:
Subject: Re: ORDER BY with UNION
Next
From: Daniel Staal
Date:
Subject: Re: Regarding Copy in postgresql