Re: Boolean and Bit
Keith Gray <keith@heart.com.au>
From: Keith Gray <keith@heart.com.au>
To: josh@agliodbs.com
Cc: PostgreSQL <pgsql-sql@postgresql.org>
Date: 2001-01-17T22:51:59Z
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?