Temporary, In-memory Postgres DB?

Поиск
Список
Период
Сортировка
От Gauthier, Dave
Тема Temporary, In-memory Postgres DB?
Дата
Msg-id D7FF158337303A419CF4A183F48302D6034F05E4@hdsmsx411.amr.corp.intel.com
обсуждение исходный текст
Ответы Re: Temporary, In-memory Postgres DB?
Re: Temporary, In-memory Postgres DB?
Re: Temporary, In-memory Postgres DB?
Список 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   

В списке pgsql-general по дате отправления:

Предыдущее
От: Tommy Flewwelling
Дата:
Сообщение: The .pgpass file
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: any way for ORDER BY x to imply NULLS FIRST in 8.3?