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
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