Re: Practical usage of large objects.

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Practical usage of large objects.
Date: 2020-05-14 03:05:18
Message-ID: e9fb319d-32a3-7192-baa7-69ea85a8401a@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Our databases use bytea instead.  (I don't know why the application vendor
decided on that.)

On 5/13/20 12:53 PM, Dmitry Igrishin wrote:
> Hello all,
>
> As you know, PostgreSQL has a large objects facility [1]. I'm curious
> are there real systems which are use this feature? I'm asking because
> and I'm in doubt should the Pgfe driver [2] provide the convenient API
> for working with large objects or not.
>
> Thanks!
>
> [1] https://www.postgresql.org/docs/12/largeobjects.html
> [2] https://github.com/dmitigr/pgfe
>
>

--
Angular momentum makes the world go 'round.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paquier 2020-05-14 03:52:34 Re: Reuse an existing slot with a new initdb
Previous Message Adrian Klaver 2020-05-14 02:09:28 Re: ESQL/C: a ROLLBACK rolls back a COMMITED transaction