Ashwin Agrawal

Results 114 comments of Ashwin Agrawal

> > Please can you elaborate with example. Thanks. > > **Problem:** > > We have backup of the whole greenplum cluster with wal files in s3. We want to...

> > I am guessing there is no skipping of catalog/system tables possible > > > > In [wal-g implementation](https://github.com/wal-g/wal-g/blob/master/internal/databases/greenplum/extract_provider_with_spec.go) we download all system (with oid Curious to learn how...

> > Curious to learn how wal-g traces out the relfilenodes corresponding to the system and pg_aoseg tables and passes such info to restore side. > > If by trace...

What exact aspect of error reporting will give clue to users to use this new flag (would be good to call that our in documentation for this flag).

Also, would be good to know other way around what happens if I always run the utility with this flag.

> > What exact aspect of error reporting will give clue to users to use this new flag (would be good to call that our in documentation for this flag)....

> > * better try the current default without $TERM and if fails for this such reasons restore $TERM and run with it instead of asking user to try with...

Please can you provide more color to the feature being requested. Currently provided text isn't helpful to get idea of what's being asked for.

> When my source table data changes (create, delete, update, truncate...), my result table data can automatically change. So adding full trigger support in Greenplum help to accomplish the desired...