From 77d27a14f3e2abb568c5b45b96cf250e1b51eaae Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 15 Nov 2012 13:53:06 +0000 Subject: [PATCH] Use the same title of README/docs for the extension --- META.json | 4 ++-- lib/pg_repack.control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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