Re: PostgreSQL pollutes the file system

From: "Fred (dot)Flintstone" <eldmannen(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Abel Abraham Camarillo Ojeda <acamari(at)verlet(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz>, Michael Paquier <michael(at)paquier(dot)xyz>, Andreas Karlsson <andreas(at)proxel(dot)se>, Chris Travers <chris(dot)travers(at)adjust(dot)com>, Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>, Euler Taveira <euler(at)timbira(dot)com(dot)br>, Julien Rouhaud <rjuju123(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PostgreSQL pollutes the file system
Date: 2019-03-28 14:05:53
Message-ID: CAJgfmqXpVenBm96aJMG4rOywhBTHofBrxRJGHAcJBTwJ5wSkPA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-pkg-debian

So what we could do is:
* Rename executables to be prefixed with pg_. Symlink old names to
renamed executables. This while remaining 100% backwards
compatibility, not breaking anything legacy.
* Print warnings when the executables are executed using the symlink.
* Have the option to have the symlinks in a different optional package.
* At later time in the future be able to chose to remove the symlinks.

On Thu, Mar 28, 2019 at 2:52 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> writes:
> > There are provisions in the manpage system to have some pages be
> > symlinks to other pages. We don't currently use that anywhere,
>
> Actually we do, eg WITH is a link to SELECT.
>
> regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Adrien NAYRAT 2019-03-28 14:46:03 Re: Sparse bit set data structure
Previous Message Christoph Berg 2019-03-28 14:02:29 Re: clean up docs for log_statement_sample_rate

Browse pgsql-pkg-debian by date

  From Date Subject
Next Message Tatsuo Ishii 2019-03-29 01:04:07 Re: PostgreSQL pollutes the file system
Previous Message Tom Lane 2019-03-28 13:52:33 Re: PostgreSQL pollutes the file system