Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b8grQ-00031C-F5 for pgsql-docs@arkaria.postgresql.org; Fri, 03 Jun 2016 04:37:28 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1b8grQ-0003PF-19 for pgsql-docs@arkaria.postgresql.org; Fri, 03 Jun 2016 04:37:28 +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 1b8grP-0003Oy-DM for pgsql-docs@postgresql.org; Fri, 03 Jun 2016 04:37:27 +0000 Received: from out2-smtp.messagingengine.com ([66.111.4.26]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1b8grI-000541-1C for pgsql-docs@postgresql.org; Fri, 03 Jun 2016 04:37:26 +0000 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id E1CC621EB2; Fri, 3 Jun 2016 00:37:17 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute7.internal (MEProxy); Fri, 03 Jun 2016 00:37:17 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=gX2Fepa9bzwtJFG A6aaN5ToPLsQ=; b=N0fngGf8aUK0LG3IAnaaJp4nJ5G0d+IRPnpIIkXKG8+ULUZ qA/SpsMusMTXu7eOg9VCoALqeuQjh6GBoTpvdIQcfTwRPWmuqNmn2ryZJgXRwlrU FaTF5FFF2xI2z6/KHlrSCP1WyKeaiw92p9UZ0FyGXxSrle/9riLLm5dqGa6Y= X-Sasl-enc: LxNAkU7wT6eL9GPZWb24isEBJDBxvYIV8oG/JhaSLPIJ 1464928637 Received: from april.local (c-73-13-66-39.hsd1.pa.comcast.net [73.13.66.39]) by mail.messagingengine.com (Postfix) with ESMTPA id 9A13BF29EE; Fri, 3 Jun 2016 00:37:17 -0400 (EDT) Subject: Re: pg_prepared_statements To: Dmitry Igrishin , pgsql-docs References: From: Peter Eisentraut Organization: 2ndQuadrant Message-ID: <956686ed-b753-14af-dc58-53627a860d69@2ndquadrant.com> Date: Fri, 3 Jun 2016 00:37:17 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -2.6 (--) 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 On 6/2/16 1:59 AM, Dmitry Igrishin wrote: > I suggest to use phrase "the PREPARE SQL command" at > https://www.postgresql.org/docs/current/static/view-pg-prepared-statements.html > Thus, I would replace: > > "For prepared statements created via SQL, this is the PREPARE > statement submitted by the client. For prepared statements created via > the frontend/backend protocol, this is the text of the prepared > statement itself." > to > "For prepared statements created via SQL, this is the PREPARE SQL > command submitted by the client. For prepared statements created via > the frontend/backend protocol, this is the statement itself." > > "true if the prepared statement was created via the PREPARE SQL statement" > to > "true if the prepared statement was created via the PREPARE SQL command" I'm not sure why that is better. "statement" is the standard term in these contexts. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs