Re: Acucobol interface

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Acucobol interface
Дата
Msg-id 21198.991779221@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Acucobol interface  (Roberto Fichera <robyf@tekno-soft.it>)
Ответы Re: Acucobol interface  (Roberto Fichera <kernel@tekno-soft.it>)
Список pgsql-hackers
Roberto Fichera <robyf@tekno-soft.it> writes:
> My first think was to bypass the SQL translation and use the Postgresql low 
> level routines.
> I need to see the tables as record oriented archive, so I can scan 
> sequentially (forward and
> backward) each record, lock/unlock it, insert and delete it and start to 
> read the records with
> a match of a specific key.

I don't think you want an SQL database at all.  Possibly something like
Sleepycat's Berkeley DB package is closer to what you are looking for...
        regards, tom lane


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

Предыдущее
От: Thomas Swan
Дата:
Сообщение: BLOBs
Следующее
От: mlw
Дата:
Сообщение: Re: REPLACE INTO table a la mySQL