Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bUm3O-0005vi-To for pgsql-docs@arkaria.postgresql.org; Wed, 03 Aug 2016 02:37:07 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bUm3O-000512-GY for pgsql-docs@arkaria.postgresql.org; Wed, 03 Aug 2016 02:37:06 +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 1bUm3O-00050w-5F for pgsql-docs@postgresql.org; Wed, 03 Aug 2016 02:37:06 +0000 Received: from out5-smtp.messagingengine.com ([66.111.4.29]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bUm3L-0006pF-AX for pgsql-docs@postgresql.org; Wed, 03 Aug 2016 02:37:05 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id EBAD22037B; Tue, 2 Aug 2016 22:37:01 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Tue, 02 Aug 2016 22:37:01 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc: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=op7n3CRunW9KiIq Aww1Yu3G5LTQ=; b=cFU+XJZ5h6CD8Pfvz2AIrXZbYL40xFNVqf0qBB0mb7jUOqV qQn8E+0Dnb8K7atT1zEChBJ8LXYBrmZP4c33/Ww5sOMEg+DU2ByB9zWtErsT0z+i YqaWvKDlA28hM/hJPXfB4V8m0xYmg8QA82TkqfGYcUA/6RLoXj60ow0JMk60= X-Sasl-enc: pg/oEF5MbMs8m5P6fsUkhDvkQoSE/RujrBlV+GrfXrVA 1470191821 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 8ACB6CCE63; Tue, 2 Aug 2016 22:37:01 -0400 (EDT) Subject: Re: pg_prepared_statements To: Dmitry Igrishin References: <956686ed-b753-14af-dc58-53627a860d69@2ndquadrant.com> Cc: pgsql-docs From: Peter Eisentraut Organization: 2ndQuadrant Message-ID: <4b05d90c-9b76-4be5-80e6-c4f7b8322bbc@2ndquadrant.com> Date: Tue, 2 Aug 2016 22:37:00 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 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/3/16 2:38 AM, Dmitry Igrishin wrote: >>> "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. > According to https://www.postgresql.org/docs/current/static/sql-prepare.html > "statement" is a text of statement without "PREPARE". So, the phrase > "PREPARE statement" > not absolutely clear. > And according to > https://www.postgresql.org/docs/current/static/sql-commands.html > the PREPARE is a SQL command, rather than SQL statement. Fixed -- 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