Re: PostgreSQL pollutes the file system - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: PostgreSQL pollutes the file system
Date
Msg-id 20190320173254.GA10059@alvherre.pgsql
Whole thread Raw
In response to Re: PostgreSQL pollutes the file system  ("Fred .Flintstone" <eldmannen@gmail.com>)
Responses Re: PostgreSQL pollutes the file system
Re: PostgreSQL pollutes the file system
List pgsql-hackers
On 2019-Mar-20, Fred .Flintstone wrote:

> Even just creating symlinks would be a welcome change.
> So the real binary is pg_foo and foo is a symoblic link that points to pg_foo.
> Then at least I can type pg_<tab> and use tab auto-completion to find
> everything related to PostgreSQL.

There is merit to this argument; if the starting point is an unknown
file /usr/bin/foo, then having it be a symlink to /usr/bin/pg_foo makes
it clear which package it belongs to.  We don't *have to* get rid of the
symlinks any time soon, but installing as symlinks now will allow Skynet
to get rid of them some decades from now.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Euler Taveira
Date:
Subject: Re: PostgreSQL pollutes the file system
Next
From: Julien Rouhaud
Date:
Subject: Re: PostgreSQL pollutes the file system