Use the same title of README/docs for the extension

This commit is contained in:
Daniele Varrazzo 2012-11-15 13:53:06 +00:00
parent 258ca24986
commit 77d27a14f3
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "pg_repack",
"abstract": "PostgreSQL module for data reorganization",
"description": "pg_repack is a PostgreSQL module allowing to reorganize a table without any locks.",
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
"version": "1.2dev0",
"maintainer": [
"Josh Kupershmidt <schmiddy@gmail.com>",
@ -14,7 +14,7 @@
"pg_repack": {
"file": "lib/pg_repack.sql",
"version": "1.2dev0",
"abstract": "PostgreSQL module for data reorganization"
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
}
},
"prereqs": {

View File

@ -1,5 +1,5 @@
# pg_repack extension
comment = 're-organizes a PostgreSQL database'
comment = 'Reorganize tables in PostgreSQL databases with minimal locks'
default_version = '1.2dev0'
module_pathname = '$libdir/pg_repack'
relocatable = false