Skip to content

Commit 77d27a1

Browse files
committed
Use the same title of README/docs for the extension
1 parent 258ca24 commit 77d27a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pg_repack",
33
"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",
55
"version": "1.2dev0",
66
"maintainer": [
77
"Josh Kupershmidt <schmiddy@gmail.com>",
@@ -14,7 +14,7 @@
1414
"pg_repack": {
1515
"file": "lib/pg_repack.sql",
1616
"version": "1.2dev0",
17-
"abstract": "PostgreSQL module for data reorganization"
17+
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
1818
}
1919
},
2020
"prereqs": {

lib/pg_repack.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pg_repack extension
2-
comment = 're-organizes a PostgreSQL database'
2+
comment = 'Reorganize tables in PostgreSQL databases with minimal locks'
33
default_version = '1.2dev0'
44
module_pathname = '$libdir/pg_repack'
55
relocatable = false

0 commit comments

Comments
 (0)