Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b8LfM-0004JX-Tv for pgsql-docs@arkaria.postgresql.org; Thu, 02 Jun 2016 05:59:37 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1b8LfL-0005Lr-AS for pgsql-docs@arkaria.postgresql.org; Thu, 02 Jun 2016 05:59:35 +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 1b8Lez-0004xy-Lj for pgsql-docs@postgresql.org; Thu, 02 Jun 2016 05:59:13 +0000 Received: from mail-it0-x22c.google.com ([2607:f8b0:4001:c0b::22c]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1b8Leu-0008Mo-Bp for pgsql-docs@postgresql.org; Thu, 02 Jun 2016 05:59:12 +0000 Received: by mail-it0-x22c.google.com with SMTP id i127so42989634ita.1 for ; Wed, 01 Jun 2016 22:59:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=l6h1A8wUMM/lGzHRo213B5Qf5THtAXnEQUIOAIoxOtA=; b=o9R+OL11Zjo675ilFYLqWSNJ101wA1dzRhYLK+CfdUPpvVOzaC0uiGVF5GkF4ww7f0 txcNh57PdDcuEG/I4tRXz5UBtWfBcJdA79nl8jTOe3hA/IJ40kGHJPNk4qn6e0P5btdc 67HMF2ELQE8hhyJ+ChyOIP/j1JREUK10rWrvBVmk7v8gacF3i8v12UIAzgoNXip7Pyuy bGGPam7DcNM/3PxrFV014t5VW5j5xgeQ2KteD7N4iTqmPmHzNxuuGc6KPejNuBRcDc6u Nm3XFYbmaPS8tXh5dv9R4ANiZY07DLUPdBv1gDBRuM1IwjYk+qbfbLGRFVQLJq6hJOcm RxBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=l6h1A8wUMM/lGzHRo213B5Qf5THtAXnEQUIOAIoxOtA=; b=IAIrVwWvLeqe5L8/TD07OeS4sph+K2qtfpxnCOzgzhxSj/2Art7ImWCQArkAltAjtq VfQqow0Ppl5qh6QJCmHoO/v4acGd3qKNdp5k2TURq62b7tgnuj6HDoFk+c6QCtrUtRSD u2DVAKx2G2F+eDK/Yttq4PcoBqILunV6UtU/N80sge6S4AnEeC/Mt186gKum1jWwbQpJ 5vre/5tHuoNxTAsBoOiyX2t25ZWlsTTjXtLG8QZ0PFAPuBctoUNqN8zDC+76HCeB9Eli 2lfP3k4vFyJBQ3f5tAoSeL4MWp4O90coBBgzuQx4NK5G9a2oMK2OGXp25or8tb/2GauF 9g/Q== X-Gm-Message-State: ALyK8tKfsIVPgoHv4hsy4+sCQ2tvVC4YC/AQCdAIZzd79xqySIcVhNIDFOor/MYnUp+7syg7g7C5XkRc7Fo/kA== MIME-Version: 1.0 X-Received: by 10.36.20.206 with SMTP id 197mr1528065itg.24.1464847146408; Wed, 01 Jun 2016 22:59:06 -0700 (PDT) Received: by 10.79.130.131 with HTTP; Wed, 1 Jun 2016 22:59:06 -0700 (PDT) Date: Thu, 2 Jun 2016 08:59:06 +0300 Message-ID: Subject: pg_prepared_statements From: Dmitry Igrishin To: pgsql-docs Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.0 (--) 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 Hi, 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" -- // Dmitry. -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs