aboutsummaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-12-15 23:26:44 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-12-15 23:32:18 +0100
commit054585fafce62fd27bd3b0fa803825c8a8ac2d52 (patch)
tree272b96ab59a40c746b0cc53696db9e0f6da84e83 /dev-db
parentcx_Oracle license (diff)
downloadguru-054585fafce62fd27bd3b0fa803825c8a8ac2d52.tar.gz
guru-054585fafce62fd27bd3b0fa803825c8a8ac2d52.tar.bz2
guru-054585fafce62fd27bd3b0fa803825c8a8ac2d52.zip
dev-db/pg_repack: Fix description
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pg_repack/pg_repack-1.4.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/pg_repack/pg_repack-1.4.5.ebuild b/dev-db/pg_repack/pg_repack-1.4.5.ebuild
index 1ce6978d6..1bdfbfac1 100644
--- a/dev-db/pg_repack/pg_repack-1.4.5.ebuild
+++ b/dev-db/pg_repack/pg_repack-1.4.5.ebuild
@@ -8,7 +8,7 @@ POSTGRES_USEDEP="server"
inherit postgres-multi
-DESCRIPTION="RUM access method - inverted index with additional information in posting lists"
+DESCRIPTION="Reorganize tables in PostgreSQL databases with minimal locks"
HOMEPAGE="https://github.com/reorg/pg_repack"
SRC_URI="https://github.com/reorg/pg_repack/archive/ver_${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-ver_${PV}"