![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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? |
#3
| |||
| |||
|
|
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 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster |
#4
| |||
| |||
|
|
Colin Gillespie wrote: 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? COPY is much faster, INSERT is safer. I heard that all issues regarding COPY are fixed (since 7.3?), but IIRC I still had some trouble with SERIALs and referential integrity. HTH |
![]() |
| Thread Tools | |
| Display Modes | |
| |