This website requires JavaScript.
Explore
Help
Sign In
farrokhi
/
pg_repack
Watch
1
Star
0
Fork
0
You've already forked pg_repack
Code
Issues
Pull Requests
Releases
Wiki
Activity
pg_repack
/
regress
/
sql
/
init-extension.sql
4 lines
90 B
MySQL
Raw
Normal View
History
Unescape
Escape
workaround for toast tables. The bug is reported by Kenny Gorman.
2009-01-21 08:09:22 +00:00
SET
client_min_messages
=
warning
;
Fork the pg_repack extension
2012-11-10 22:33:57 +00:00
CREATE
EXTENSION
pg_repack
;
workaround for toast tables. The bug is reported by Kenny Gorman.
2009-01-21 08:09:22 +00:00
RESET
client_min_messages
;
Reference in New Issue
Copy Permalink