index cbb333fb3ca3ceac49b0ddc2d1adca0ba73c557a..8f5332ab520a8b95094b382039d99f9ac52e3c21 100644 (file)
@@ -8496,7 +8496,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
<entry><type>boolean</type></entry>
<entry>
<literal>true</literal> if the prepared statement was created
- via the <command>PREPARE</command> SQL statement;
+ via the <command>PREPARE</command> SQL command;
<literal>false</literal> if the statement was prepared via the
frontend/backend protocol
</entry>
index 0b8c62f6ce297106c2602d2b361d29794fcf6ddf..a8a987aa92ddbe9526d25775f6b8721de0cfa139 100644 (file)
/*
* Unexpected message in IDLE state; need to recover somehow.
- * ERROR messages are displayed using the notice processor;
+ * ERROR messages are handled using the notice processor;
* ParameterStatus is handled normally; anything else is just
* dropped on the floor after displaying a suitable warning
* notice. (An ERROR is very possibly the backend telling us why