Re: PocketSQL

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PocketSQL
Date: 2002-03-04 16:43:11
Message-ID: 1015260196.1055.1.camel@taru.tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 2002-02-27 at 20:17, Oleg Bartunov wrote:
> Just found "pocketSQL - compact SQL database"
> http://www.sgpr.net/pocketsql/
>
> Looks like it's postgresql incarnation for pocket computers

Not likely:

pocketSQL tables are managed as ordinary tabular ascii data files.
These files may be created or modified using a text editor,
by external programs, and so on. Data files have one "record"
per line, and each record has one or more "fields". Fields are
separated by a single space. ....
>
-------
Hannu

In response to

  • PocketSQL at 2002-02-27 18:17:29 from Oleg Bartunov

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Olivier PRENANT 2002-03-04 16:59:13 Re: Bug or Feature?
Previous Message Bruce Momjian 2002-03-04 16:20:58 Re: Please, apply patch for contrib/tsearch