Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bG4cu-0005bu-NQ for pgsql-docs@arkaria.postgresql.org; Thu, 23 Jun 2016 13:25:00 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bG4ct-0001YI-Nw for pgsql-docs@arkaria.postgresql.org; Thu, 23 Jun 2016 13:24:59 +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 1bG4cY-0001Am-En for pgsql-docs@postgresql.org; Thu, 23 Jun 2016 13:24:38 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bG4cV-0004zz-Aw for pgsql-docs@postgresql.org; Thu, 23 Jun 2016 13:24:37 +0000 Received: from bruce by momjian.us with local (Exim 4.84_2) (envelope-from ) id 1bG4cT-0004xP-9b; Thu, 23 Jun 2016 09:24:33 -0400 Date: Thu, 23 Jun 2016 09:24:33 -0400 From: Bruce Momjian To: Dmitry Igrishin Cc: pgsql-docs Subject: Re: startup message -> StartupMessage Message-ID: <20160623132433.GB21246@momjian.us> References: <20160622225318.GB17994@momjian.us> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Pg-Spam-Score: -3.3 (---) 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 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 23, 2016 at 07:47:10AM +0300, Dmitry Igrishin wrote: > 2016-06-23 1:53 GMT+03:00 Bruce Momjian : > > On Thu, Jun 9, 2016 at 03:38:40PM +0300, Dmitry Igrishin wrote: > >> Hi, > >> > >> At https://www.postgresql.org/docs/9.6/static/protocol-flow.html > >> The StartupMessage instead of "startup message" may looks better for > >> the reader (at least for me). > > > > Uh, where exactly? Here? > I suggest everywhere on this page. > > > > To begin a session, a frontend opens a connection to the server and > > sends a startup message. > > > > In that case, it is highlighting it is a startup message, not the exact > > message identifier. > 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? -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you will be. + + Ancient Roman grave inscription + --4Ckj6UjgE2iN1+kY Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="protocol.diff" diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml new file mode 100644 index 9c96d8f..04d6780 *** a/doc/src/sgml/protocol.sgml --- b/doc/src/sgml/protocol.sgml *************** *** 93,99 **** length of the rest of the message (this length count includes itself, but not the message-type byte). The remaining contents of the message are determined by the message type. For historical reasons, the very first ! message sent by the client (the startup message) has no initial message-type byte. --- 93,99 ---- length of the rest of the message (this length count includes itself, but not the message-type byte). The remaining contents of the message are determined by the message type. For historical reasons, the very first ! message sent by the client (StartupMessage) has no initial message-type byte. *************** *** 213,221 **** To begin a session, a frontend opens a connection to the server and sends ! a startup message. 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. (Optionally, the startup message can include additional settings for run-time parameters.) The server then uses this information and the contents of its configuration files (such as --- 213,222 ---- To begin a session, a frontend opens a connection to the server and sends ! a startup message (StartupMessage). 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. (Optionally, StartupMessage can include additional settings for run-time parameters.) The server then uses this information and the contents of its configuration files (such as --4Ckj6UjgE2iN1+kY Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs --4Ckj6UjgE2iN1+kY--