You can execute raw sql in post-modern so that command should work.
How can I copy data between a file and a tableIn 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