pgaccess installation layout - Mailing list pgsql-hackers

From Peter Eisentraut
Subject pgaccess installation layout
Date
Msg-id Pine.LNX.4.21.0006252318160.11966-100000@localhost.localdomain
Whole thread Raw
List pgsql-hackers
Pgaccess currently installs its accessory files into PREFIX/pgaccess,
which isn't really compatible with standard Unix file system layouts. From
my reading of things the proper place for it would be
PREFIX/share/pgaccess. This does not affect users since the file path is
substituted into the pgaccess executable at build time. Protests?

(Pedants might point out that part of pgaccess should go into
PREFIX/libexec, but we can worry about that later.)

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: .exe extension on Windows
Next
From: Peter Eisentraut
Date:
Subject: Re: Re: Call for port testing on fmgr changes -- Results!