Skip to content
markwkm edited this page May 22, 2012 · 1 revision

Proof of concept

  1. Add GUC values for enabling http listener and what port to listen to
  2. Add http listener backend process
  3. Wait for http requests similar to how ServerLoop()
  4. Parse http request to generate a simple query to pass to exec_simple_query()
  5. How to retrieve query results and then format to json or csv?
Clone this wiki locally