From: | "David E(dot) Wheeler" <david(at)justatheory(dot)com> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Add CREATE EXTENSION Support |
Date: | 2014-01-11 22:01:17 |
Message-ID: | 3D240366-DA28-4926-BA33-956F59A4331E@justatheory.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
PGAdmin Hackers,
I’d like to add code to pgAgent so that its schema could be installed via a CREATE EXTENSION statement. This would greatly simplify deployment for us. In private correspondence, Dave Page suggested that CMake be updated to handle it. At a glance, I think I'd have to move things around a bit, perhaps create an SQL directory, and have CMake concatenate files (or wrap them in BEGIN/COMMIT statements) to generate the old file. Does that make sense?
Also, is there access to PGXS during the build? I'm pretty familiar with how PostgreSQL extension Makefiles should work, but not the configure/CMake stuff in pgAdmin. Pointers would be appreciated.
Thanks,
David
From | Date | Subject | |
---|---|---|---|
Next Message | Kaarel Moppel | 2014-01-12 23:43:33 | Re: [PATCH] fix newly added server being lost when crashing |
Previous Message | Ian Lawrence Barwick | 2014-01-10 08:41:34 | Re: Bug report: OIDs, roles and Windows (signedness issue?) |