Use the same title of README/docs for the extension
This commit is contained in:
parent
258ca24986
commit
77d27a14f3
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "pg_repack",
|
"name": "pg_repack",
|
||||||
"abstract": "PostgreSQL module for data reorganization",
|
"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",
|
"version": "1.2dev0",
|
||||||
"maintainer": [
|
"maintainer": [
|
||||||
"Josh Kupershmidt <schmiddy@gmail.com>",
|
"Josh Kupershmidt <schmiddy@gmail.com>",
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"pg_repack": {
|
"pg_repack": {
|
||||||
"file": "lib/pg_repack.sql",
|
"file": "lib/pg_repack.sql",
|
||||||
"version": "1.2dev0",
|
"version": "1.2dev0",
|
||||||
"abstract": "PostgreSQL module for data reorganization"
|
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"prereqs": {
|
"prereqs": {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# pg_repack extension
|
# pg_repack extension
|
||||||
comment = 're-organizes a PostgreSQL database'
|
comment = 'Reorganize tables in PostgreSQL databases with minimal locks'
|
||||||
default_version = '1.2dev0'
|
default_version = '1.2dev0'
|
||||||
module_pathname = '$libdir/pg_repack'
|
module_pathname = '$libdir/pg_repack'
|
||||||
relocatable = false
|
relocatable = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user