Deleting prepared statements from libpq.

From: Dmitry Igrishin <dmitigr(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Deleting prepared statements from libpq.
Date: 2016-05-25 10:05:47
Message-ID: CAAfz9KNMwe_8WW8m_qsp+SQ13bdmydNLS_eLDQwu243Yk4=oxQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

According to
https://www.postgresql.org/docs/current/static/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY
there are Close message for closing prepared statements or portals, but
according to
https://www.postgresql.org/docs/current/static/libpq-exec.html#LIBPQ-PQPREPARE
"there is no libpq function for deleting a prepared statement".

Could you tell me please, what is the reason for this?

--
// Dmitry.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ants Aasma 2016-05-25 11:07:26 Re: Does people favor to have matrix data type?
Previous Message Kouhei Kaigai 2016-05-25 09:10:02 Re: Does people favor to have matrix data type?