Code

Added support for installing PostRR as an extension.
authorSebastian Harl <sh@tokkee.org>
Mon, 12 Nov 2012 20:24:11 +0000 (21:24 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 12 Nov 2012 20:24:11 +0000 (21:24 +0100)
commit7e1366eab3849806ee6c671dcb3174814c98f198
tree96327ed1f019d12f6c74fb85bc05062ca25cbf60
parent25f71c21c10c5dcb6c8a8ebf20987becf424b867
Added support for installing PostRR as an extension.

 * Added initial control file (generated by configure from .in)
 * Moved postrr.sql to postrr--VERSION.sql
 * Abort, if the SQL file is loaded directly (-> force the use of the
   extension)
 * Simply use 'DROP EXTENSION' in uninstall_postrr.sql
.gitignore
configure.ac
src/Makefile.pgxs.in
src/postrr.control.in [new file with mode: 0644]
src/postrr.sql.in
src/uninstall_postrr.sql