| From: | Oliver Charles <ollie(at)ocharles(dot)org(dot)uk> | 
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org | 
| Subject: | Configurable location for extension .control files | 
| Date: | 2013-06-04 15:31:17 | 
| Message-ID: | 51AE0845.8010600@ocharles.org.uk | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-hackers | 
Hello,
I am working with the NixOS Linux Distribution [nixos], which has a 
fairly radical approach to package management. If you aren't familiar 
with it, essentially all packages are installed in isolation - such that 
packages cannot interfere with each other.
This is causing a bit of a problem with PostgreSQL extensions that are 
usually installed via CREATE EXTENSION. For extensions to be used, a 
.control file must be placed in SHAREDIR/extension, but this is not 
possible under NixOS as once PostgreSQL is installed that directory is 
essentially immutable.
What wolud work best for us is to allow this path to be configurable, 
ideally through either an environment variable, command line switch, or 
(and this is the least desirable) a postgresql.conf option.
Would love to hear your thoughts. Once I get confirmation on the best 
approach to take, I can try my hand at providing a patch.
Thanks,
- Ollie (ocharles)
---
[nixos]: http://nixos.org
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pavel Raiskup | 2013-06-04 15:48:38 | Re: [PATCH] Add support for TAS/S_UNLOCK for aarch64 | 
| Previous Message | Pavel Raiskup | 2013-06-04 15:28:09 | [PATCH] Add support for TAS/S_UNLOCK for aarch64 |