Re: bulk insert using COPY and PHP code
От | Babu R |
---|---|
Тема | Re: bulk insert using COPY and PHP code |
Дата | |
Msg-id | 218646.43475.qm@web53603.mail.re2.yahoo.com обсуждение исходный текст |
Ответ на | Re: bulk insert using COPY and PHP code (Pavel Stehule <pavel.stehule@gmail.com>) |
Ответы |
Re: bulk insert using COPY and PHP code
Re: bulk insert using COPY and PHP code |
Список | pgsql-general |
Hi Pavel, Thanks. The situation is, I have the DB class which will return the connection object that is created using the PDO class. And am using that object to perform the db operations. ie: $DB->prepare("") Further I have the data in a CSV file which has to be inserted into the table. Here is the command that I have used to import that data: $DB->exec("\COPY table1 FROM data.csv WITH DELIMITERS ','"); And this dosen't work, it throws an error "error near "\" char 1 along with the command But the same command works fine on the psql prompt. Thanks again, - Babu --- On Fri, 7/2/10, Pavel Stehule <pavel.stehule@gmail.com> wrote:
|
В списке pgsql-general по дате отправления: