execute table query in backend - Mailing list pgsql-general

From Anh Pham
Subject execute table query in backend
Date
Msg-id CAL7AQBauLgB5jRUWZRVmNWkVZ9Y5fgLGJKScVTed0z=4tym-Yg@mail.gmail.com
Whole thread Raw
Responses Re: execute table query in backend  (Amit Langote <amitlangote09@gmail.com>)
List pgsql-general
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?

Many thanks :)

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Why is varchar_pattern_ops needed?
Next
From: Adrian Klaver
Date:
Subject: Re: Role Inheritance Without Explicit Naming?