PostgreSQL library functions

From: Jeff Davis <list-pgsql-general(at)dynworks(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: PostgreSQL library functions
Date: 2001-08-14 07:23:30
Message-ID: 3B78D1F2.9030302@dynworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

A question has intrigued me ever since I started to learn about Berkeley
DB (well after I had started using postgres): does PostgreSQL seperate
the data management routines such that I could use them in a way similar
to Berkeley DB? I find the concept useful for people who don't want to
start extra processes for each connection.

Also any comments on the data management abilities of Berkeley DB or
Postgres would be appreciated. I read that MySQL wasn't great for
concurrent access; is this because of Berkeley DB?

Thanks,
Jeff Davis

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fariba Noorbakhsh 2001-08-14 07:49:51 Re: delete columns from table!
Previous Message John Clark Naldoza y Lopez 2001-08-14 06:47:03 Re: Case sensitivity