Re: Acucobol interface

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Roberto Fichera <robyf(at)tekno-soft(dot)it>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Acucobol interface
Date: 2001-06-05 22:13:41
Message-ID: 21198.991779221@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Roberto Fichera <robyf(at)tekno-soft(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message mlw 2001-06-05 22:26:22 Re: REPLACE INTO table a la mySQL
Previous Message Mauricio Breternitz 2001-06-05 22:00:02 Re: database synchronization