Re: [postmodern-devel] How can I copy data between a file and a table

2013-02-06 Thread Rudolf
You can execute raw sql in post-modern so that command should work. On Feb 6, 2013 2:24 PM, "Juan Reynoso Elias" wrote: > How can I copy data between a file and a table > > In postgres I did that : > > COPY tablex FROM '/tmp/filex.csv'; > > but in postmodern i don't know. > > I try > > (query :c

[postmodern-devel] How can I copy data between a file and a table

2013-02-06 Thread Juan Reynoso Elias
How can I copy data between a file and a table In postgres I did that : COPY tablex FROM '/tmp/filex.csv'; but in postmodern i don't know. I try (query :copy 'tablex :from "/tmp/filex.csv") -- Juan Reynoso Elias - ikkiware. ___ postmodern-devel ma