| From: | Richard_D_Levine(at)raytheon(dot)com |
|---|---|
| To: | pgsql general <pgsql-general(at)postgresql(dot)org> |
| Cc: | pgsql general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Portable PostgreSQL |
| Date: | 2005-10-03 14:28:08 |
| Message-ID: | OF0AB90542.799D5210-ON0525708F.004F4C55-0525708F.004F7B21@ftw.us.ray.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Firebird is a nice, small, ACID compliant database that embeds well.
firebird.sourceforge.net
Rick
pgsql-general-owner(at)postgresql(dot)org wrote on 10/03/2005 12:12:44 AM:
> Samik Raychaudhuri <samik(at)freeshell(dot)org> writes:
> > ... What I wanted is a no-trace (or minimal trace), no-admin required
> > kind of installation (I won't be able to create a non-admin user in the
> > comp), which, when I am done, I can just delete the installation
> > directory and will be clear.
>
> Postgres isn't really designed to be the sort of "embedded" database
> that you seem to be after. You should look at other alternatives.
> (Berkeley DB is one possibility that's written by friends of ours ;-))
>
> In particular, you'll get zero sympathy here for any request to let the
> database run as an admin-level user. The IPC communication structure we
> use does not allow restricting requests to just one program, and hence
> ignoring security issues is simply not a sane thing to do.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-10-03 14:30:58 | Re: Casting numeric values to double |
| Previous Message | Ben-Nes Yonatan | 2005-10-03 14:26:57 | Re: Broken pipe |