On 4/9/2015 4:10 AM, Bill Moran wrote:
1. Is 'bytea' column intended for storing text data?
No, it's intended for storing binary data.
>2. Typically a chat can have text data with several special characters
(which can be represented in multi bytes), how these characters can be sto
On Thu, 9 Apr 2015 11:03:30 +
"Deole, Pushkar (Pushkar)" wrote:
>
> I have been assigned to a product that uses Postgresql 9.3 as backend
> database. I am new to postgresql.
> The product provides chat functionality between the uses and the completed
> chats are stored in the database table
Hi,
I have been assigned to a product that uses Postgresql 9.3 as backend database.
I am new to postgresql.
The product provides chat functionality between the uses and the completed
chats are stored in the database table in a 'bytea' column in the form of xml.
When I query the data from this c