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

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.

You can execute raw sql in post-modern so that command should work. On Feb 6, 2013 2:24 PM, "Juan Reynoso Elias" <jreynoso666@gmail.com> 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 :copy 'tablex :from "/tmp/filex.csv") -- Juan Reynoso Elias
- ikkiware.
_______________________________________________ postmodern-devel mailing list postmodern-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel
participants (2)
-
Juan Reynoso Elias
-
Rudolf