Re: How to read an external pdf file from postgres? - Mailing list pgsql-general

From Дмитрий Иванов
Subject Re: How to read an external pdf file from postgres?
Date
Msg-id CAPL5KHqF68P5T9savCYgi9LV49fM41DyfFpfv7hLXozgf_5=LA@mail.gmail.com
Whole thread Raw
In response to How to read an external pdf file from postgres?  (Amine Tengilimoglu <aminetengilimoglu@gmail.com>)
List pgsql-general
What are you going to do with the data?
If you want to analyze it in some way, I can't think of a better option with a Python function. Or do you just want to transfer them? There are options here too, but in this case I like Python better.
--
Regards, Dmitry!


ср, 12 янв. 2022 г. в 16:16, Amine Tengilimoglu <aminetengilimoglu@gmail.com>:
  Hi;

     I want to read an external pdf file from postgres. pdf file will exist on the disk. postgres only know the disk full path as metadata. Is there any software or extension that can be used for this? Or do we have to develop software for it?  Or what is the best approach for this? I'd appreciate it if anyone with experience could make suggestions.

 Thanks.

pgsql-general by date:

Previous
From: Jasvant Singh
Date:
Subject: Unable to migrate from postgres-13 to 14
Next
From: Ian Lawrence Barwick
Date:
Subject: Re: How to read an external pdf file from postgres?