Re: Boolean and Bit - Mailing list pgsql-sql

From Keith Gray
Subject Re: Boolean and Bit
Date
Msg-id 3A66220F.8EBB7397@heart.com.au
Whole thread Raw
In response to Re: Boolean and Bit  ("Josh Berkus" <josh@agliodbs.com>)
List 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?


pgsql-sql by date:

Previous
From: Josh Berkus
Date:
Subject: Re: RE: Help with query. (*)
Next
From: Tom Lane
Date:
Subject: Re: RE: Help with query. (*)