Re: Inserting into the blob - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Inserting into the blob
Date
Msg-id 6cbb4f03-7c05-4473-330d-b220b0a9ec7b@aklaver.com
Whole thread Raw
In response to Inserting into the blob  (Igor Korot <ikorot01@gmail.com>)
Responses Re: Inserting into the blob
List pgsql-general
On 6/9/19 8:28 AM, Igor Korot wrote:
> Hi, ALL,
> How do I insert the png file (content, not a name) into the BLOB field
> in the table i PostgreSQL DB?

Are you talking about this data type?:

https://www.postgresql.org/docs/11/datatype-binary.html

Or this?:

https://www.postgresql.org/docs/11/largeobjects.html

What client/language are you using?


> 
> Thank you.
> 
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: General question about OS
Next
From: Pawan Sharma
Date:
Subject: Upgrade from PostgreSQL 9.6 to 11