Re: Inserting into the blob - Mailing list pgsql-general

From Rob Sargent
Subject Re: Inserting into the blob
Date
Msg-id A209BE4C-F78F-4E80-BAC3-5ABA9C46334A@gmail.com
Whole thread Raw
In response to Re: Inserting into the blob  (Igor Korot <ikorot01@gmail.com>)
Responses Re: Inserting into the blob
List pgsql-general

> On Jun 10, 2019, at 6:40 AM, Igor Korot <ikorot01@gmail.com> wrote:
>
> Hi, Adrian,
>
>> On Mon, Jun 10, 2019 at 7:03 PM Adrian Klaver <adrian.klaver@aklaver.com> wrote:
>>
>>> On 6/10/19 9:30 AM, Igor Korot wrote:
>>>
>>>
>>> According to
https://stackoverflow.com/questions/16048649/postgresql-9-x-pg-read-binary-file-inserting-files-into-bytea,
>>> the file needs to be on the server inside PGDATA directory.
>>> It is not a problem in general, but just curious - is there a more
>>> generic solution (to get the file from the client)?
>>
>> This would depend on what is is you are trying to accomplish:
>>
>> 1) Are you really wanting to insert a file at a time at the psql command
>> line?
>
> Yes.
Gnarly. I suppose you could open the pdf in emacs and tell emacs to  NOT render it. Cut the entire buffer and paste it,
properlyquoted, into your psql command line. But \lo stuff seems much more likely to work.  
>
>>
>> 2) If not then is there a program you are using/writing that will insert
>> the data?
>
> More like the program will query for the data...
>
> Thank you.
>
>>
>>>
>>> Thank you.
>>>
>>
>>
>>
>> --
>> Adrian Klaver
>> adrian.klaver@aklaver.com
>
>



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Inserting into the blob
Next
From: "David G. Johnston"
Date:
Subject: Re: Inserting into the blob