Greg Sabino Mullane
Greg Sabino Mullane
Was thinking about this when talking about the level of detail when backing up and restoring files. It would be cool if there were some sort of progress bar indicating...
Doc improvement idea: use a different hostname other than "pg1" which leads to confusion with the args that require a literal "pg1" not related to the hostname. In the user...
I find myself typing `pgbackrest --version` and `pgbackrest --help` more often than I want to admit. I made a quick branch to address this problem at https://github.com/turnstep/pgbackrest/tree/greg/dash-dash-version Will make it...
I can use `--debug` just fine if the only option. I can use `--table pgbench_accounts` fine as the only option. Combined, they give an error: ``` $ pg_bloat_check.py --table pgbench_accounts...
Digging into Github issue #111 showed that the slowdown was caused primarily by the herdcheck trigger on the herdmap table. Rather than scan the whole table after each row is...
Opening here, as this involves failure of the Driver_xst.h compilation step, and the same error occurs on both DBD::Pg and DBD::Sqlite: DBD::Pg: https://github.com/bucardo/dbdpg/issues/110 DBD::SQLite: https://github.com/DBD-SQLite/DBD-SQLite/issues/106 Summary of error on both...