Re: pg_prepared_statements - Mailing list pgsql-docs

From Peter Eisentraut
Subject Re: pg_prepared_statements
Date
Msg-id 4b05d90c-9b76-4be5-80e6-c4f7b8322bbc@2ndquadrant.com
Whole thread Raw
In response to Re: pg_prepared_statements  (Dmitry Igrishin <dmitigr@gmail.com>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Need clarification on "another server might be running; trying to start server anyway"
Next
From: Peter Eisentraut
Date:
Subject: Re: Inaccuracy in fe-protocol3.c