Thread: API Layers within Postgres

API Layers within Postgres

From
chadzakary@hotmail.com (Chad)
Date:
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


Re: API Layers within Postgres

From
Christopher Kings-Lynne
Date:
> 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