execute table query in backend

From: Anh Pham <atpham(dot)wpi(at)gmail(dot)com>
To: PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: execute table query in backend
Date: 2014-03-03 15:38:38
Message-ID: CAL7AQBauLgB5jRUWZRVmNWkVZ9Y5fgLGJKScVTed0z=4tym-Yg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 :)

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-03-03 15:53:37 Re: Role Inheritance Without Explicit Naming?
Previous Message Tom Lane 2014-03-03 15:25:58 Re: Why is varchar_pattern_ops needed?