Re: execute table query in backend - Mailing list pgsql-general

From Amit Langote
Subject Re: execute table query in backend
Date
Msg-id CA+HiwqGArTONNSxgoXSVppiH7=X+n68_itg8FJ0tZjm=S3Fy0w@mail.gmail.com
Whole thread Raw
In response to execute table query in backend  (Anh Pham <atpham.wpi@gmail.com>)
Responses Re: execute table query in backend  (Anh Pham <atpham.wpi@gmail.com>)
List pgsql-general
On Tue, Mar 4, 2014 at 12:38 AM, Anh Pham <atpham.wpi@gmail.com> wrote:
> Hi,
> I am trying to extend the server backend by writing a new module.
> Basically, it tries to retrieve tuples from a specific table using some
> predefined qualifications (equivalent to "SELECT FROM WHERE" client sql
> statement ).
> Is there any quick or efficient way to do this?


Assuming you're trying to write a server extension (and NOT a client
application), this is where you can start:

http://www.postgresql.org/docs/9.3/static/server-programming.html

Specifically, an interface called "server programming interface"
(chapter 44 on the above page) can be used to issue SQLs from a server
extension module. Read more about it here (documentation also includes
few examples to get started with):

http://www.postgresql.org/docs/9.3/static/spi.html

--
Amit


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Mysterious DB reset
Next
From: hubert depesz lubaczewski
Date:
Subject: 9.1.11 - many backends in "semtimedop" syscall