michaelgmiller

Results 6 comments of michaelgmiller

For context: Oldstable: Debian Jessie, jessie-updates and jessie-backports REMOVED 2019-03-24

https://bugs.chromium.org/p/chromium/issues/detail?id=741049 covers the Chromium issue, comment there if you'd like support!

The issue is that with SELECT *, the columns have clashing names in the result set. So in the above query, the result will have table1.uuid and table2.uuid. I'd like...

Doing some research, seems that it's not possible to bulk rename columns in the query https://www.postgresql.org/message-id/4CA2A1F3.9000708%40darrenduncan.net - so in the case of joining two tables together with the same columns...

Yup, exactly, I'd like to be able to pass in a slice of structs! If it were Uber performing using binary COPY FROM, that'd be even better :). Don't have...