Re: Insert binary file into bytea where PG server does not have access to the file ?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: David Gauthier <davegauthierpg(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Insert binary file into bytea where PG server does not have access to the file ?
Date: 2021-12-03 21:05:38
Message-ID: 22658029-6d80-2a0f-91e1-72991f4e8e13@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/3/21 12:42, David Gauthier wrote:
Please reply to list also.
Ccing list
> Ya, perl, how about perl ?
>

That would depend on what Perl database driver you are using.

Assuming DBD::Pg:

https://metacpan.org/pod/DBD::Pg

Then search on binary.

Folks with Perl experience can provide more detailed information.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Matt Magoffin 2021-12-04 05:14:46 Handling memory contexts in aggregate function invoking other built-in aggregate functions
Previous Message Adrian Klaver 2021-12-03 20:37:06 Re: Insert binary file into bytea where PG server does not have access to the file ?