View Single Post

   
  #4 (permalink)  
Old 04-15-2008, 10:34 PM
Dave Page
 
Posts: n/a
Default Re: Locating sharedir in PostgreSQL on Windows

Peter Eisentraut wrote:
> Am Montag, 26. November 2007 schrieb Mark Cave-Ayland:
>> I'm working on a piece of code for PostGIS to allow the loading of
>> projection configuration files from the share/postgresql directory, but

>
> The share directory is the wrong place for configuration files anyway. And
> moreover, non-PostgreSQL packages have no business putting files into
> PostgreSQL's private directories.
>


How does that work with the stuff that goes into directories relative to
$libdir (per documented recommendations), without creating easy-to-break
paths like $libdir/../../MyAddon/8.3/MyAddon.dll?

Regards, Dave

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply With Quote