Re: Deleting prepared statements from libpq. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Deleting prepared statements from libpq.
Date
Msg-id 23816.1464184232@sss.pgh.pa.us
Whole thread Raw
In response to Deleting prepared statements from libpq.  (Dmitry Igrishin <dmitigr@gmail.com>)
Responses Re: Deleting prepared statements from libpq.  (Dmitry Igrishin <dmitigr@gmail.com>)
List pgsql-hackers
Dmitry Igrishin <dmitigr@gmail.com> writes:
> "there is no libpq function for deleting a prepared statement".
> Could you tell me please, what is the reason for this?

You don't really need one, since you can just use DEALLOCATE.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: [PROPOSAL] Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind
Next
From: Magnus Hagander
Date:
Subject: Re: pg_dump -j against standbys