Re: pg_prepared_statements

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pg_prepared_statements
Дата
Msg-id 4b05d90c-9b76-4be5-80e6-c4f7b8322bbc@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: pg_prepared_statements  (Dmitry Igrishin <dmitigr@gmail.com>)
Список pgsql-docs
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


В списке pgsql-docs по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Need clarification on "another server might be running; trying to start server anyway"
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Inaccuracy in fe-protocol3.c