Re: How to display stored image as bytea or as large objects?

2021-07-15 Thread Csanyi Pal
tes to store.) Once you actually have raw image data in your table, you can use dbeaver or other tools and get a rendered image corresponding to the value stored. --hjl On Wed, Jul 14, 2021 at 9:12 PM Csanyi Pal <mailto:csanyi...@gmail.com>> wrote: 2021. 07. 14. 22:17 keltezéss

Re: How to display stored image as bytea or as large objects?

2021-07-14 Thread Csanyi Pal
lumn. .--hjl On Wed, Jul 14, 2021 at 12:57 PM Csanyi Pal <mailto:csanyi...@gmail.com>> wrote: Hi, I am a novice in postgresql language. By reading the documentation about storing binary data in postgresql database, I realize that that one can store images as binary da

How to display stored image as bytea or as large objects?

2021-07-14 Thread Csanyi Pal
Hi, I am a novice in postgresql language. By reading the documentation about storing binary data in postgresql database, I realize that that one can store images as binary data by using bytea or BLOB data types. I am running postgresql on Ubuntu 20.04.2 LTS and using pgAdmin4 in Desktop mod