INSERT or COPY: Which one? - Mailing list pgsql-novice

From Colin Gillespie
Subject INSERT or COPY: Which one?
Date
Msg-id 52D580A5DC1FC04CB260E80074CFBA5C02036DC3@bond.ncl.ac.uk
Whole thread Raw
Responses Re: INSERT or COPY: Which one?
Re: INSERT or COPY: Which one?
List pgsql-novice
Dear All,

I which to insert text (more than 1000 lines) into a single cell of my table, should I use COPY here or INSERT?

My reading seems to suggest that you would use COPY for mulitple INSERTs, but when inserting alot of data into one
cell,INSERT is fine. Is this correct? 

Thanks

Colin



pgsql-novice by date:

Previous
From: Dexter Tad-y
Date:
Subject: is_locked() function for select-for-update locked rows
Next
From:
Date:
Subject: Re: Createdb fails