| From: | "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com> |
|---|---|
| To: | <pgsql-general(at)postgresql(dot)org> |
| Subject: | Temporary, In-memory Postgres DB? |
| Date: | 2007-11-07 15:03:24 |
| Message-ID: | D7FF158337303A419CF4A183F48302D6034F05E4@hdsmsx411.amr.corp.intel.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
This is a real longshot, but here goes...
Is there such a thing as a temporary, probably in-memory, version of a
Postgres DB? Sort of like SQLite, only with the features/function of
PG? A DB like this would exist inside of, and for the duration of, a
script/program that created it, then vanish when the script/program
ends.
Probably not, but if not, then this would be (IMO) a great addition to
have, something that'd really make it distinct from MySQL . I'd use
SQLite, but I want to have stored functions and other "real" database
features that it just doesn't have.
Thanks
-dave
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Martijn van Oosterhout | 2007-11-07 15:05:33 | Re: any way for ORDER BY x to imply NULLS FIRST in 8.3? |
| Previous Message | Tommy Flewwelling | 2007-11-07 14:59:42 | The .pgpass file |