Re: [HACKERS] Removing binaries (was: createlang/droplang deprecated) - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: [HACKERS] Removing binaries (was: createlang/droplang deprecated)
Date
Msg-id d7b39997-39fa-3c59-41cc-f062c3b18b93@commandprompt.com
Whole thread Raw
In response to Re: [HACKERS] Removing binaries (was: createlang/droplang deprecated)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 03/19/2017 01:01 PM, Tom Lane wrote:
> Andreas Karlsson <andreas@proxel.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.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Removing binaries (was: createlang/droplang deprecated)
Next
From: Corey Huinker
Date:
Subject: Re: [HACKERS] \if, \elseif, \else, \endif (was Re: PSQL commands:\quit_if, \quit_unless)