pg_prepared_statements

Поиск
Список
Период
Сортировка
От Dmitry Igrishin
Тема pg_prepared_statements
Дата
Msg-id CAAfz9KOFAKJCQn51XRMzQ+nakiVbZrdcA0c4BZ1LY5skeV1nyg@mail.gmail.com
обсуждение исходный текст
Ответы Re: pg_prepared_statements  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: exclusion@gmail.com
Дата:
Сообщение: Suspicious description of track_io_timing
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pg_prepared_statements