pg_savior icon indicating copy to clipboard operation
pg_savior copied to clipboard

Results 6 pg_savior issues
Sort by recently updated
recently updated
newest added

Create index https://www.postgresql.org/docs/current/sql-createindex.html by default blocks the access to the table. Adding the keyword "concurrently", it does avoid the issue.

See the [HOWTO](https://manager.pgxn.org/howto) to release pg_savior on [PGXN](https://pgxn.org). Essentially: * [Create an account](https://manager.pgxn.org/account/register) and wait for approval (shouldn't take long) * `git archive --format zip --prefix=pg_savior-1.0.0/ -o pg_savior-1.0.0.zip HEAD` *...

Fail to build against PostgreSQL 17 ``` cd '/home/vagrant/pigsty-deb/pg-savior/build/debian/postgresql-16-pg-savior/usr/lib/postgresql/16/lib/bitcode' && /usr/lib/llvm-16/bin/llvm-lto -thinlto -thinlto-action=thinlink -o pg_savior.index.bc pg_savior/pg_savior.bc make[4]: Leaving directory '/home/vagrant/pigsty-deb/pg-savior/build' # 16: make clean make[4]: Entering directory '/home/vagrant/pigsty-deb/pg-savior/build' rm -f...