Re: Fwd: compressed bits in sql table

2018-06-09 Thread SANDEEP GOURNENI
Postgres version is 10.4 field type is char(32).basically its a fee bit field. it is related to my application. thanks, Sandeep On Sun, Jun 10, 2018 at 4:04 AM Adrian Klaver wrote: > On 06/09/2018 02:40 PM, SANDEEP GOURNENI wrote: > > > > Hi all, > > > > How can

Fwd: compressed bits in sql table

2018-06-09 Thread SANDEEP GOURNENI
Hi all, How can we read compressed bits in postgres.In one of my table field i have compressed bits.how to read and write them in postgres using cobol program. Thanks, Sandeep