On Tue, 27 Oct 1998, Peter Garner wrote:
> create table Msg_Bodies
> (
> Msg_Id text not null ,
> Msg_Oid OID ,
> Msg_Text text ,
>
> primary key ( Msg_Id )
>
> ) ;
Thanx. Not only does this scheme save space over using large objects,
but it's much faster as well.
<mike