pg_prepared_statements

From: Dmitry Igrishin <dmitigr(at)gmail(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: pg_prepared_statements
Date: 2016-06-02 05:59:06
Message-ID: CAAfz9KOFAKJCQn51XRMzQ+nakiVbZrdcA0c4BZ1LY5skeV1nyg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2016-06-03 04:37:17 Re: pg_prepared_statements
Previous Message exclusion 2016-06-01 04:18:33 Suspicious description of track_io_timing