Re: Inserting into the blob

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Igor Korot <ikorot01(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Inserting into the blob
Date: 2019-06-10 04:14:26
Message-ID: 6cbb4f03-7c05-4473-330d-b220b0a9ec7b@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pawan Sharma 2019-06-10 04:36:57 Upgrade from PostgreSQL 9.6 to 11
Previous Message Thomas Kellerer 2019-06-10 01:57:44 Re: General question about OS