diff --git a/META.json b/META.json index 60fd42d..8db1189 100644 --- a/META.json +++ b/META.json @@ -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 ", @@ -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": { diff --git a/lib/pg_repack.control b/lib/pg_repack.control index 2f15b91..3e932a2 100644 --- a/lib/pg_repack.control +++ b/lib/pg_repack.control @@ -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