Re: request for help with COPY syntax
| От | Fernando Hevia |
|---|---|
| Тема | Re: request for help with COPY syntax |
| Дата | |
| Msg-id | 02ab01c81594$07f63c20$8f01010a@iptel.com.ar обсуждение |
| Ответ на | request for help with COPY syntax ("Chuck D." <pgsql-list@nullmx.com>) |
| Ответы |
Re: request for help with COPY syntax
|
| Список | pgsql-sql |
> -----Mensaje original----- > De: pgsql-sql-owner@postgresql.org [mailto:pgsql-sql-owner@postgresql.org] > En nombre de Chuck D. > > Anyone known how I can rewrite the COPY command to allow those " or ' > within > the data? After a couple days I wasn't able to find any examples to help. > Hi Chuck, Do you need those characters in your table? If not I think you will be better off preprocessing the data before running copy. Replacing those " for ' or directly removing them is quite simple if you are working in Unix, actually it should be quite simple in any operating system. Regards, Fernando
В списке pgsql-sql по дате отправления: