Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eJb9D-0003Le-4J for pgsql-docs@arkaria.postgresql.org; Tue, 28 Nov 2017 08:21:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eJb9C-0001fz-K8 for pgsql-docs@arkaria.postgresql.org; Tue, 28 Nov 2017 08:21: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 1eJb9C-0001fp-9x for pgsql-docs@lists.postgresql.org; Tue, 28 Nov 2017 08:21:42 +0000 Received: from mail-wr0-x242.google.com ([2a00:1450:400c:c0c::242]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1eJb99-0006dx-Lo for pgsql-docs@postgresql.org; Tue, 28 Nov 2017 08:21:40 +0000 Received: by mail-wr0-x242.google.com with SMTP id r2so22545941wra.13 for ; Tue, 28 Nov 2017 00:21:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=voD4X7Fvn57WrRAPLSpz1DZQf8hh+o7T+A3EeR9/Y5U=; b=DaEP6D2RgG7jDGprjw3Zf3cjMeigDdfQtzk71LO9PUivnMDu7L85YkNAi955nhCyLv LjBVHJFFYmjEEyqibRE0PmJiE00BL6EJKVYRBvpkulBZQiTTmNVE3bvtow2bjFPFTE6X rSTJMQGcn6n7VSkrRMATNvHRUJYW3f4PE27CbtO2PopmR5Su4SJpYQx35imrmDE2tLLq Ri/kADYOJNM5lAC5AHjBY9mJC+b4pqezGln4vf5fdEy7hBrioNHfqsSecqERF/kXPNmV JE03LjROFFtLePH/HCOSZMnLIHAOWdAB4Erxjpgf+ZpY9ewlURE1kGlkHmhUtGYGGKkp XTZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=voD4X7Fvn57WrRAPLSpz1DZQf8hh+o7T+A3EeR9/Y5U=; b=WYve7hMLVnSICe52tC2BXJ+tOVe5V7QBzGXDTQLSF+pfAUSz5sSFggkxO8gHKPPuWG XmHMw1prNWr4L8IlIeBAkO3qaWdFninjhryWFQBR+Ba/Z5M+O8Ty0AHYi4foHYyPGhjX MUf68nWd8mbv24G+4zHrBdwFAVW7SycuYMJexKOSFM92y+kRym32+UptJEYb/LMR75nO BeRAe04voeZJhRwLTqxmtaZggmcDGMVFvUCEQMkz4oDL8kuvI+9eGCX0wYWLJKdAZczT ZWCyt+uwVOOUL/mZ0wAF4PD4bqizUwgxCgV5stz9fAY79ynjWCkLuGQZSAcm2c0DnPi6 LW0Q== X-Gm-Message-State: AJaThX7nsnbYNI4+kLKLoZDpSNrviXrM7vBtrw4S9jEzuwCMJRpr6SSt EBfG45I8sfSazWNTE/6vGE4ySz9B5wtnx2DB7js= X-Google-Smtp-Source: AGs4zMZoTmaxkXeHNI41OWuhSY/GpRAGFX8qFxECuNo3/j545+Vm/uXdw9Gm2kWsi8v60kLAb7hT1AsfYPTaKsd5Q7g= X-Received: by 10.223.142.193 with SMTP id q59mr35141336wrb.262.1511857297895; Tue, 28 Nov 2017 00:21:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.157.137 with HTTP; Tue, 28 Nov 2017 00:21:37 -0800 (PST) In-Reply-To: References: <20171122132714.1463.27247@wrigleys.postgresql.org> From: Michael Paquier Date: Tue, 28 Nov 2017 17:21:37 +0900 Message-ID: Subject: Re: libpq options To: =?UTF-8?B?xZ5haGFwIEHFn8OnxLE=?= Cc: pgsql-docs@postgresql.org, Fujii Masao Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Tue, Nov 28, 2017 at 5:00 PM, =C5=9Eahap A=C5=9F=C3=A7=C4=B1 wrote: > I think this solves the consistency issue that i am talking about. Well, = i am just looking from documentation user point of view. Thanks. Input is always welcome. I have added an entry in the commit fest app so as this is not lost: https://commitfest.postgresql.org/16/1387/ --=20 Michael