Re: [SQL] How to store Byte strings into a table.

2010-07-04 Thread Sergey Konoplev
On 5 July 2010 09:57, Trinath Somanchi wrote: > Hi, > > How can I store Byte strings into a postgresql database. > > Is there any special command to store it. How will be the sql query. > > I have gone through this > http://www.postgresql.org/docs/8.4/static/datatype-binary.html but have not > see

[SQL] How to store Byte strings into a table.

2010-07-04 Thread Trinath Somanchi
Hi, How can I store Byte strings into a postgresql database. Is there any special command to store it. How will be the sql query. I have gone through this http://www.postgresql.org/docs/8.4/static/datatype-binary.html but have not seen any example for how to insert data into such a field. Pleas