Logo
Explore Help
Sign In
farrokhi/pg_repack
1
0
Fork 0
You've already forked pg_repack
Code Issues Pull Requests Releases Wiki Activity
pg_repack/lib/pg_repack.control.in

6 lines
188 B
Plaintext
Raw Normal View History

Fork the pg_repack extension
2012-11-10 22:33:57 +00:00
# pg_repack extension
Use the same title of README/docs for the extension
2012-11-15 13:53:06 +00:00
comment = 'Reorganize tables in PostgreSQL databases with minimal locks'
Use a single version number for program, library and SQL Having the SQL on a different numbering scheme is useful to provide an ungrade path. But pg_repack has no need of such a path as it can be uninstalled with no problem, so we are not going to provide update script. Hence it's much easier to have a single version number for everything.
2012-11-15 23:31:58 +00:00
default_version = 'REPACK_VERSION'
Fork the pg_repack extension
2012-11-10 22:33:57 +00:00
module_pathname = '$libdir/pg_repack'
Supports CREATE EXTENSION. I've changed lib/Makefile to support CREATE EXTENSION. In order to work with previeous PostgreSQL version (i.e. < 9.1), this implementation installs both pg_reorg--1.0.sql and pg_reorg.sql. This patch lacks regression testcases for CREATE EXTENSION, which I will commit soon.
2012-09-20 15:30:53 +00:00
relocatable = false
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 545ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API