workaround for toast tables. The bug is reported by Kenny Gorman.
This commit is contained in:
5
bin/sql/init.sql
Executable file
5
bin/sql/init.sql
Executable file
@ -0,0 +1,5 @@
|
||||
SET client_min_messages = warning;
|
||||
\set ECHO none
|
||||
\i ../lib/pg_reorg.sql
|
||||
\set ECHO all
|
||||
RESET client_min_messages;
|
Reference in New Issue
Block a user