reorg / pg_repack

Reorganize tables in PostgreSQL databases with minimal locks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor `lib/pg_repack.sql.in`

za-arthur opened this issue · comments

  • Replace string concatenation to make dynamic queries by format() function
  • Use fully qualified table names to select catalog tables (add pg_catalog)