Re: [HACKERS] Acucobol interface

2001-06-06 Thread Roberto Fichera
At 18.13 05/06/01 -0400, Tom Lane wrote: >Roberto Fichera <[EMAIL PROTECTED]> 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 > > bac

Re: [HACKERS] Acucobol interface

2001-06-05 Thread Tom Lane
Roberto Fichera <[EMAIL PROTECTED]> 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