File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg_repack" ,
3
3
"abstract" : " PostgreSQL module for data reorganization" ,
4
- "description" : " pg_repack is a PostgreSQL module allowing to reorganize a table without any locks. " ,
4
+ "description" : " Reorganize tables in PostgreSQL databases with minimal locks" ,
5
5
"version" : " 1.2dev0" ,
6
6
"maintainer" : [
7
7
" Josh Kupershmidt <schmiddy@gmail.com>" ,
14
14
"pg_repack" : {
15
15
"file" : " lib/pg_repack.sql" ,
16
16
"version" : " 1.2dev0" ,
17
- "abstract" : " PostgreSQL module for data reorganization "
17
+ "abstract" : " Reorganize tables in PostgreSQL databases with minimal locks "
18
18
}
19
19
},
20
20
"prereqs" : {
Original file line number Diff line number Diff line change 1
1
# pg_repack extension
2
- comment = 're-organizes a PostgreSQL database '
2
+ comment = 'Reorganize tables in PostgreSQL databases with minimal locks '
3
3
default_version = '1.2dev0'
4
4
module_pathname = '$libdir/pg_repack'
5
5
relocatable = false
You can’t perform that action at this time.
0 commit comments