Is it possible to execute a Postegresql COPY ... FROM STDIN statement
via sqlalchemy, or do we have to drop down to psycopg2 for that
(http://initd.org/psycopg/docs/usage.html#using-copy-to-and-copy-from)?
 Tried executing a COPY statement followed directly by the input
values, as in psql, but that didn't work.  Thanks in advance.

-- 
Yang Zhang
http://yz.mit.edu/

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to