API Layers within Postgres

Started by Nonamealmost 22 years ago2 messages
#1Noname
chadzakary@hotmail.com

Hi

Thinking of producing a modified version of Postgres to allow clients
bypass the SQL type intefaces.

How easy is to to get cursor access to the indexes and fine grained
control of the transaction system, are their fairly clean internal
APIs I can leverage.

Cheers
Chad

#2Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Noname (#1)
Re: API Layers within Postgres

How easy is to to get cursor access to the indexes and fine grained
control of the transaction system, are their fairly clean internal
APIs I can leverage.

I'm not sure 'PostgreSQL' and 'fairly clean internal API' go together :P

Chris