logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Q&A
:
Running the psql COPY command from db_dml
: One Message
Begin main content
Forum OpenACS Q&A: Re: Running the psql COPY command from db_dml
Search:
Back to OpenACS Q&A
6
:
Re: Running the psql COPY command from db_dml
(response to
1
)
Posted by
Eduardo Pérez
on
01/11/05 04:08 PM
I think you shouldn't be using COPY at all, because:
- It's not SQL standard.
- Can break if you add or remove columns.
I'd rather use INSERT instead.
Anyway, why do you need to use COPY instead of INSERT?
Back to OpenACS Q&A