Re: Boolean and Bit

From: Keith Gray <keith(at)heart(dot)com(dot)au>
To: josh(at)agliodbs(dot)com
Cc: PostgreSQL <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Boolean and Bit
Date: 2001-01-17 22:51:59
Message-ID: 3A66220F.8EBB7397@heart.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Josh Berkus wrote:
>
>
> The solution to this is not to use BLOBs, but rather to use file system
> handles for the location of the binary data on the server. This way,
> all you need is DOS-to-UNIX and UNIX-to-DOS translation for the
> filesystem handles, something easily accomplished through
> string-manipulation functions or stored procedures.
>
> -Josh Berkus

Do you have an example for implementing this?

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-01-18 01:07:23 Re: [SQL] RE: Help with query. (*)
Previous Message Josh Berkus 2001-01-17 20:57:49 Re: RE: Help with query. (*)