Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bFwYI-0003cR-Id for pgsql-docs@arkaria.postgresql.org; Thu, 23 Jun 2016 04:47:42 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bFwYI-00089e-5U for pgsql-docs@arkaria.postgresql.org; Thu, 23 Jun 2016 04:47:42 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bFwXv-0007Ck-FM for pgsql-docs@postgresql.org; Thu, 23 Jun 2016 04:47:19 +0000 Received: from mail-io0-x22b.google.com ([2607:f8b0:4001:c06::22b]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bFwXo-0002n4-BT for pgsql-docs@postgresql.org; Thu, 23 Jun 2016 04:47:18 +0000 Received: by mail-io0-x22b.google.com with SMTP id g13so55380192ioj.1 for ; Wed, 22 Jun 2016 21:47:12 -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=p1VvtBYk1LQtsNNJhdLkm8PflRQeRxICfLuuQ75i+VA=; b=rtjpiJCUE6Mqhor5Nhcl57w8t0HcGs66P8VuLCAUWEvuuwb/+T2B+EyD30YL3ZUAqn 29zxEOJJsTzUW2M1gncEonpgU1iTVn4n47kd5/5QrCEbeYYsPhRTyh1ezE7uH79pvqZT IknkhvgKdVZXJbapcUbvUYxX6iBSm4zDLqABCmEH4P4wS7t0ICy/SSu5vAY+en8nvdBL V5uSXWUJesarUcqL9/6pMLFLrtrI0PGNshtKVIuzKoXP9k8vwN393lAobxnABam+Y82j HOBDFyHzPRAlJNCIS3A4AJACUKa/HjntOJTrpdAk7s5CacJwqh0aV+rsz6Z3uDYMkTaF wkDA== 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=p1VvtBYk1LQtsNNJhdLkm8PflRQeRxICfLuuQ75i+VA=; b=RfKecPFNnjjCBT40i1ZCQXB+dh0K109e8TNIjA2sR+8DzhkoZMM6pb9KYIpg33mOUv 3QMu5VTG7i4BZYb+2hDcuxLgS7jBy+IoPQXCP5yPa/UPYj8j77Y+hNvny6YWoKD/iLgx ds0YqJrFDMHKJuzj7KytyUeElK8U5qJRQhkJgIrJykJ9rqgrbVKfR4ya1FIHM/JeVuNx fD/M7qlMa3Ez1chWOxeuAXq9EC7axzMNQ/v4wN5XpQuyWmQ5Y+mGCyqXXrUY0ZLUtZCQ ndqBm99FV9SYfQoWqmqEDUTEKvTTnLaC64EQp0cOwXCDkcWyFlI1Z20m+/6VtqIFuot0 51Nw== X-Gm-Message-State: ALyK8tJGxDVjGURJhnjNXYC1OA1rf4P/0/zlnonv+qcjlw2h+Q1QFPcYHTOAZtJpzNhWPR248T2W2vy1QLJ6wA== X-Received: by 10.107.7.28 with SMTP id 28mr49663319ioh.43.1466657230961; Wed, 22 Jun 2016 21:47:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.130.131 with HTTP; Wed, 22 Jun 2016 21:47:10 -0700 (PDT) In-Reply-To: <20160622225318.GB17994@momjian.us> References: <20160622225318.GB17994@momjian.us> From: Dmitry Igrishin Date: Thu, 23 Jun 2016 07:47:10 +0300 Message-ID: Subject: Re: startup message -> StartupMessage To: Bruce Momjian Cc: 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 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. -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs