Re: Packed raster data in postgresql?

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Packed raster data in postgresql?
Date: 2023-05-16 17:09:05
Message-ID: dc6cac8a-4c81-1626-1dca-7aa22d646c60@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/16/23 10:03, Elstermann, Mike wrote:
>
> Hello all,
>
> is it possible to store also packed raster data (e.g. jpg, lzw tiff, ...)
> in PostgreSQL?
>

You can store any binary data you want in columns of type "bytea".

--
Born in Arizona, moved to Babylonia.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2023-05-16 17:35:20 Re: How can I change replication slot's restart_lsn from SQL?
Previous Message Kirk Wolak 2023-05-16 15:33:47 Re: Adding SHOW CREATE TABLE