[Bug 1682181] Re: Move executables to /usr/local/pgsql/bin/

2019-05-31 Thread Fred
How about /usr/bin/pgsql/, could that be considered? Because now you get things such a /usr/bin/createuser which is rather confusing and easily mixed up with "adduser". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1682181] Re: Move executables to /usr/local/pgsql/bin/

2019-05-30 Thread Mario Splivalo
As per LSB and FHS (https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard) /usr/local/ directory structure is used for locally (manually) installed files (which you might do, for instance, if you install postgres from source). Putting package specific binaries in /usr/bin is a standard pract