From jreynoso666 at gmail.com Wed Feb 6 19:23:43 2013 From: jreynoso666 at gmail.com (Juan Reynoso Elias) Date: Wed, 6 Feb 2013 13:23:43 -0600 Subject: [postmodern-devel] How can I copy data between a file and a table Message-ID: 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. -------------- next part -------------- An HTML attachment was scrubbed... URL: From omouse at gmail.com Wed Feb 6 19:29:28 2013 From: omouse at gmail.com (Rudolf) Date: Wed, 6 Feb 2013 14:29:28 -0500 Subject: [postmodern-devel] How can I copy data between a file and a table In-Reply-To: References: Message-ID: 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 :copy 'tablex :from "/tmp/filex.csv") > -- > Juan Reynoso Elias > > - > ikkiware. > > > > _______________________________________________ > postmodern-devel mailing list > postmodern-devel at common-lisp.net > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel > > -------------- next part -------------- An HTML attachment was scrubbed... URL: