Forum OpenACS Q&A: Re: Running the psql COPY command from db_dml

Collapse
Posted by Guan Yang on
Remember that \copy (with a backslash) is a psql command that won't work in db_dml. You should look at the copy statement in SQL.