On Mon, Jan 02, 2017 at 11:10:11AM -0600, Justin Pryzby wrote: > I suggest pg's inserttable should accept a list of columns, same as pgdb's > copy_from. We don't need that right now but might make use it in the future > if > it were available. > > http://www.pygresql.org/contents/pg/connection.html#inserttable-insert-a-list-into-a-table > def copy_from(self, stream, table, format=None, sep=None, null=None, > size=None, columns=None):
Actually, it occurs to me that we probably wouldn't use copytable, since we're planning on using upsert there. So maybe it's a good idea, but don't implement it for us. Justin _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
