Dimitri Fontaine
Dimitri Fontaine
> Also, when SQLite returns multiple rows for some reason, pgcopydb should be able to consume those. Oh, you would prefer a silent bug rather than an “explicit” error message?...
See #614 ; this issue should inform our design decisions in the linked PR.
Sounds familiar... #725 ?
The provided dump is not useful, because it does not contain the DATABASE entry and the dump is in the SQL format rather than the pg_dump custom format. Also, I...
Agreed, I think it's due to the code editor javascript: http://codemirror.net. Actually the way I use it, I guess. Still being very much a noob in javascript, I'd accept a...
Hi @arajkumar ; that's a good idea for a needed feature. Do you want to work on it?
Sounds like it's something else then, can you debug with `lsof -i :9042` and the like, if running linux?
I'm now wondering about using `--exclude-table-data`. Sorry didn't think about it before. Would it make more sense to filter REFRESH commands in the Archive Table of Contents instead? Can we...
> > I'm now wondering about using --exclude-table-data. Sorry didn't think about it before. > > Yeah, I thought of it, but I felt the approach used in this PR...
> > We need to see if these entries contain the OID of the MATVIEW only, or also the nspname and relname, and we need to match that name to...