Re: Nit: "Immutable" should be "pure"

2019-11-07 Thread Brian Williams
Thanks for the feedback folks. I had not seen the IMMUTABLE argument to CREATE FUNCTION and realize this change is too expensive. This probably will not be the last you hear on this since pureness and immutability are all the rage in development circles. > On Nov 7, 2019, at 12:38 PM, Tom La

Re: Nit: "Immutable" should be "pure"

2019-11-07 Thread Tom Lane
Bruce Momjian writes: > On Thu, Nov 7, 2019 at 02:17:58PM +, PG Doc comments form wrote: >> The adjective "immutable" describing the functions and operators used in an >> index (see two occurrences in doc snippet below) is incorrect and should be >> replaced with "pure". > I think the best w

Re: Nit: "Immutable" should be "pure"

2019-11-07 Thread Bruce Momjian
On Thu, Nov 7, 2019 at 02:17:58PM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/12/sql-createindex.html > Description: > > The adjective "immutable" describing the functions and operators used in