Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cw02L-0003DA-UQ for pgsql-hackers@arkaria.postgresql.org; Thu, 06 Apr 2017 05:32:50 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cw02L-0004F6-2p for pgsql-hackers@arkaria.postgresql.org; Thu, 06 Apr 2017 05:32:49 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cw00q-0000bR-G7 for pgsql-hackers@postgresql.org; Thu, 06 Apr 2017 05:31:16 +0000 Received: from mail-pg0-x22f.google.com ([2607:f8b0:400e:c05::22f]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1cw00m-0000vx-Vm for pgsql-hackers@postgresql.org; Thu, 06 Apr 2017 05:31:16 +0000 Received: by mail-pg0-x22f.google.com with SMTP id 21so25476144pgg.1 for ; Wed, 05 Apr 2017 22:31:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=leadboat.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=yeW2gTDWenf+PewYfR+vqJhIB9pHiI/+LMOtPv5lfhU=; b=HHcoz8CXDbuBQb9VtAt0yVRZ28tvN+W4O2ba4AA+RaVBm0pwlXKKKr6iMNH/hZu/d8 Hhorou1G1VbcfPR1qEIs2QgeOKUgVWQE3PmDfyKkQlijEKZP/J2zV/0OFkWYbretzDug 9T0O05pXZErWsBWP7HzusTFlT75xRCzkSLZW0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=yeW2gTDWenf+PewYfR+vqJhIB9pHiI/+LMOtPv5lfhU=; b=PlhZ3nlUDM7qduVhhhoi/C8zkMCHt4Ce5zkR+CTToW1L1C7nch8YsO132xdl4wAsd7 78ePDC6a4Pmom8HAd3eRDSHsJQbRbfGSSsFreh3/2p+AVSwpw0eMB5CE9X1zEti7/OEO vbUQ0VQdXuHrQMr+50MIughlGGVQGzkgs8IGey9PHR09otgRqzff+ggsGcAZhIBhax+n SFi9y9eZBCf2o0GI2OI3QxHXBULBMqoUeQjUDeIaYBgLYF+pPmCTG+4gST85/qY8TiXx 1mjsOqaG1ihHxMWxrC65u6J653Vs4JVCBDq9yQ14np+sVTIg+dI5YbRRDJvUGjXHeVBi TTNw== X-Gm-Message-State: AFeK/H24L/PeqwqzIkkX3NqoeSZbwPArq8ERDQgqJ7kgNszgmSOUG8GH1lFpkFHbpEK5Vw== X-Received: by 10.99.140.27 with SMTP id m27mr34944445pgd.174.1491456671017; Wed, 05 Apr 2017 22:31:11 -0700 (PDT) Received: from tornado.leadboat.com (c-98-248-47-228.hsd1.ca.comcast.net. [98.248.47.228]) by smtp.gmail.com with ESMTPSA id n24sm963890pgc.43.2017.04.05.22.31.09 (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 05 Apr 2017 22:31:09 -0700 (PDT) Date: Thu, 6 Apr 2017 05:31:07 +0000 From: Noah Misch To: Joe Conway Cc: Robert Haas , Craig Ringer , Michael Paquier , PostgreSQL mailing lists Subject: Re: Changing references of password encryption to hashing Message-ID: <20170406053107.GA2739265@tornado.leadboat.com> References: <036316d5-a707-3f26-2ad2-8a63a8ff3f5f@joeconway.com> <87d6d9ec-56bf-8584-8bc9-d37d30d9cdfb@joeconway.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87d6d9ec-56bf-8584-8bc9-d37d30d9cdfb@joeconway.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Pg-Spam-Score: -2.0 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-hackers Precedence: bulk Sender: pgsql-hackers-owner@postgresql.org On Thu, Mar 16, 2017 at 07:27:11AM -0700, Joe Conway wrote: > On 03/16/2017 06:19 AM, Robert Haas wrote: > > On Mon, Mar 13, 2017 at 4:48 AM, Craig Ringer wrote: > >> So I'm in favour of fixing the docs but I'm not keen on changing the > >> SQL syntax in a way that just kind of papers over part of the > >> problems. > > > > I agree. I think that trying to design new SQL syntax at this point > > is unlikely to be a good idea - we're just about out of time here, and > > some people who might care about this are busy on other things, and > > the deadline for patches that do new things has long since passed. > > But I like the idea of trying to improve the documentation. Seems like a good direction. > Agreed. I think the documentation fixes definitely should be done, but > understand that the grammar is a longer term issue with backward > compatibility implications. Acknowledging the problem is the first step ;-) Most of the user-visible (including doc/) proposed changes alter material predating v10. Therefore, I've removed this from open item status. -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers