Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bG5YD-0008N0-0U for pgsql-docs@arkaria.postgresql.org; Thu, 23 Jun 2016 14:24:13 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bG5YC-00052D-E8 for pgsql-docs@arkaria.postgresql.org; Thu, 23 Jun 2016 14:24:12 +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 1bG5Xq-0004eI-EQ for pgsql-docs@postgresql.org; Thu, 23 Jun 2016 14:23:50 +0000 Received: from mail-it0-x22d.google.com ([2607:f8b0:4001:c0b::22d]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bG5Xn-0006GN-Fx for pgsql-docs@postgresql.org; Thu, 23 Jun 2016 14:23:49 +0000 Received: by mail-it0-x22d.google.com with SMTP id f6so64508102ith.0 for ; Thu, 23 Jun 2016 07:23:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=tG3VpolF9Akh4xYRgmyDr9DhKmtBzJWz6KDx94FWqUU=; b=a0JjYztLJRWEa9DnVb7dx0G+cFxVluV+izLrOpmmu0BW07cRrLgbIK5f6DoJFbMGrw bm0JKdF5UWGilQc5EK6ZZsoGx1+yGvylpCKGgxJs8RNv1MPO9hN6wE2xsiaBAb8b8Uw4 VB8ZiL+SXxlmstRUWRz3d6mxGL5YAiUGQsSVYhsVovW6+etPp//OnumK6v3ZdsQ+mDS7 liJz4q/NayXjVNIZof0BUYTp3cPiRmDjVKZjnRB9p+6GxuUwp2Dkjp47a/Sa23PsVjuo xGJykun7vBTxKD9TcZ7j8+MQtiW3XWGO74nm+TjDLN1c33uyz9MUznna1/67501DlOtS ynEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=tG3VpolF9Akh4xYRgmyDr9DhKmtBzJWz6KDx94FWqUU=; b=JihCa7rGM7HSRmtNzXIa9LF5cbwRkbxQ4ledhYdOS5+7XzzHE43DI6Dl6uyU5IGF+L JrYZEcqWxdc3lg4BaQ1ZEl71tJZpNbVN/rovCRHpMVHOArkKBXXrVzKU8Gs7VxOUEw8J 5BtOT8B1ahjmspWE1REsWKK4grWjfrxHbySPFX5RPM/iAd9QcKmcVSNILfLP7v8EI4w1 oO//9StO5dEaOgRE5vOAaNhJvOg2O4uMLPAC0WF2qxYc6eKhpIOrZ3kl+O9u9p4ISUul qm1p+R9nANu3C5MF+VGNyftl8b/K7F8Pgo52+sX+cx3Ca4SxfOqIydJcNXBhPWbXLyWn +qnw== X-Gm-Message-State: ALyK8tIxGrfB/ISaTcS+2uuxyVFWZYOKiXdnptscZbPJfsqm9j4zS4N+p6pmexM0nZZEdkx4wQ3fwbtgBmmozQ== X-Received: by 10.36.20.212 with SMTP id 203mr1134145itg.24.1466691824985; Thu, 23 Jun 2016 07:23:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.130.131 with HTTP; Thu, 23 Jun 2016 07:23:44 -0700 (PDT) In-Reply-To: <7257.1466689099@sss.pgh.pa.us> References: <20160622225318.GB17994@momjian.us> <20160623132433.GB21246@momjian.us> <7257.1466689099@sss.pgh.pa.us> From: Dmitry Igrishin Date: Thu, 23 Jun 2016 17:23:44 +0300 Message-ID: Subject: Re: startup message -> StartupMessage To: Tom Lane Cc: Bruce Momjian , pgsql-docs Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org 2016-06-23 16:38 GMT+03:00 Tom Lane : > Bruce Momjian writes: >> On Thu, Jun 23, 2016 at 07:47:10AM +0300, Dmitry Igrishin wrote: >>> Yes, but see the next sentence: "This message includes the names of >>> the user and of the database the user wants to connect to; it also >>> identifies the particular protocol version to be used." So, it's about >>> the StartupMessage exactly. > >> OK, how is this attached doc patch? > > I do not think these are improvements. This is introductory text, > not some kind of formal-language specification. I can agree with this asserting when the text points to some abstract message, like "The server then sends an appropriate authentication request message" (because there are several kinds of authentication messages). But for the concrete messages, there are consistency like "The frontend must now send a PasswordMessage containing the password", or "in the normal case the backend will send some ParameterStatus messages", except the "During this phase the backend will attempt to apply any additional run-time parameter settings that were given in the startup message." -- // Dmitry. -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs