pg_prepared_statements - Mailing list pgsql-docs

From Dmitry Igrishin
Subject pg_prepared_statements
Date
Msg-id CAAfz9KOFAKJCQn51XRMzQ+nakiVbZrdcA0c4BZ1LY5skeV1nyg@mail.gmail.com
Whole thread Raw
Responses Re: pg_prepared_statements
List 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.


pgsql-docs by date:

Previous
From: exclusion@gmail.com
Date:
Subject: Suspicious description of track_io_timing
Next
From: Peter Eisentraut
Date:
Subject: Re: pg_prepared_statements