| From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andreas Karlsson <andreas(at)proxel(dot)se> |
| Cc: | Stephen Frost <sfrost(at)snowman(dot)net>, Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Removing binaries (was: createlang/droplang deprecated) |
| Date: | 2017-03-19 20:29:44 |
| Message-ID: | d7b39997-39fa-3c59-41cc-f062c3b18b93@commandprompt.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 03/19/2017 01:01 PM, Tom Lane wrote:
> Andreas Karlsson <andreas(at)proxel(dot)se> writes:
>> As for if we should have backwards compatibility for the old names I am
>> leaning weakly for providing it in the case of createuser. I can see end
>> users being pissed off that the createuser command is suddenly gone
>> without any warning when they upgrade. On the flip side I have no idea
>> how much work it would be to maintain those legacy names.
>
> It seems reasonably trivial to me as far as the code goes --- just
> create a symlink during installation. (On Windows I suppose we'd have
> to make a second physical copy, but these files are not so large that
> that seems unacceptable.)
Windows supports symlinks:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa365680(v=vs.85).aspx
JD
--
Command Prompt, Inc. http://the.postgres.company/
+1-503-667-4564
PostgreSQL Centered full stack support, consulting and development.
Everyone appreciates your honesty, until you are honest with them.
Unless otherwise stated, opinions are my own.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Corey Huinker | 2017-03-19 21:05:45 | Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless) |
| Previous Message | Tom Lane | 2017-03-19 20:26:32 | Re: Removing binaries (was: createlang/droplang deprecated) |