Re: Simplified (a-la [G|N]DBM) DB access

Поиск
Список
Период
Сортировка
От Alexandre
Тема Re: Simplified (a-la [G|N]DBM) DB access
Дата
Msg-id ec32f2988f1b2a2e334d3943685dac53@rambler.ru
обсуждение исходный текст
Ответ на Re: Simplified (a-la [G|N]DBM) DB access  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Simplified (a-la [G|N]DBM) DB access  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Simplified (a-la [G|N]DBM) DB access  (Dan Sugalski <dan@sidhe.org>)
Список pgsql-general
Lane, thank you, but it is not: PostISAM "generates SQL statements on
the fly from traditional ISAM (read, write, start) statements", so it
just add overhead, and is not what I'm looking for.

Anyway, thank you for the information.


Regards,
/Alexandre.

On Apr 19, 2005, at 18:16, Tom Lane wrote:

> Alexandre <Xlex0x835@rambler.ru> writes:
>> What I mean is: currently to get/put/delete/edit any data I have to
>> compose an SQL query, which should be parsed, compiled, optimized and
>> so on. While, in some tasks simple interface a-la [G|N]DBM should be
>> more than enough, but it will be more preferable to store all data in
>> one database, which support concurrent access, transactions, etc.
>
> I seem to recall that someone has written an ISAM-style interface
> library, which might be more or less what you are asking for.  Check
> the archives, and/or look at gborg and pgfoundry.
>
>             regards, tom lane
>



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

Предыдущее
От: Abe Burnett
Дата:
Сообщение: Re: Help! "Access is Denied" Installation on WinXP rolled
Следующее
От: Don Isgitt
Дата:
Сообщение: Re: substring and POSIX re's