Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n7bcb-0006yK-UD for pgsql-general@arkaria.postgresql.org; Wed, 12 Jan 2022 11:16:53 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1n7bca-00021b-Pg for pgsql-general@arkaria.postgresql.org; Wed, 12 Jan 2022 11:16:52 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n7bca-00020w-DZ for pgsql-general@lists.postgresql.org; Wed, 12 Jan 2022 11:16:52 +0000 Received: from mail-ot1-x334.google.com ([2607:f8b0:4864:20::334]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1n7bcT-0000Xl-UP for pgsql-general@postgresql.org; Wed, 12 Jan 2022 11:16:51 +0000 Received: by mail-ot1-x334.google.com with SMTP id 60-20020a9d0142000000b0059103eb18d4so2148883otu.2 for ; Wed, 12 Jan 2022 03:16:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=QIXnGui3g5zs4gZDI0q+I3kMD0miTXgeJ4Ca/z1TN4s=; b=at24cXY7cg2vNw56IhiZLEN1fHj3bu5vWWSAm0fVncBBtATrKJSHx+Z3PLSIrN1D8Q u/IXZgxTW/PKqP2nrt3/nJhwcS0Jtgoa30KsCqYPOX0sGhJUPVMEqIJQihqmJfEXmPFV zTTjFa85Nw+o6k4gbwETPfORxAg1KpPg956JCwPzSo8zWd7+38J4hCMLKMJFIhhp0H3U TEZam4DgGlrWBJBORgc9lwTA+uOSUauSy7AJ41YI7w4OIZCYAHBF73m8lhlVn5mZQzbp lmGEb8LZ33EtEQssS6STsd4cJnQzcOibS3lfhO6rfpcBborgUx1Yk0+MywzDq+DcguQp 5ISQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=QIXnGui3g5zs4gZDI0q+I3kMD0miTXgeJ4Ca/z1TN4s=; b=DisbNJSV6QEFYihZMJX1evNNl9RnP3c9ZxxKdxoNXw4g2nzuC/5guhFkUwLKUnMQHD CaTw5ccXZ44gARxYoWayTy/fljCLwgvPS7aiBlP7nncnldtcwMYqq+HrEQ3HTBtT/ygv Vl8ryU0IpM9QyK9ITew23XyK3CzdsSpeqJP1AiTWsldfFdOsB2fEeVlwN4UO26DT9U6E LCw5lAgYirxRMi1bCSLyr9/Ij09CgNKmquyUrHHT4Ej+I+Tm7QjGejRjV2P4mCvn7rLH PX7+mRssrNdC5panmHY+oWHmNpDbCTY9lGhlEzax3omarmERGJJIquFSaZPPoHw5Ay7L LvnA== X-Gm-Message-State: AOAM5311bfVLoixHItTgZDDge+9uV4sIh8r2VYiA9+aGJluMguB3eVKX WW0OsLFTmvWE+ATIkqMiz5FkShqG49sRS6f8wJlq4C4nXStvow== X-Google-Smtp-Source: ABdhPJyAiDhSKadoZOHWFB1Ga+NxV8+hIiGQ+8B97tIo26j4JXh18LjJRnTUZkfTdoD483x/95+HYoCR6zNgKDIea6U= X-Received: by 2002:a9d:12a7:: with SMTP id g36mr3176283otg.146.1641986205106; Wed, 12 Jan 2022 03:16:45 -0800 (PST) MIME-Version: 1.0 From: Amine Tengilimoglu Date: Wed, 12 Jan 2022 14:16:34 +0300 Message-ID: Subject: How to read an external pdf file from postgres? To: "pgsql-general@postgresql.org >> PG-General Mailing List" Content-Type: multipart/alternative; boundary="0000000000007b482805d560b425" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000007b482805d560b425 Content-Type: text/plain; charset="UTF-8" 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. --0000000000007b482805d560b425 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
=C2=A0 Hi;

=C2=A0 =C2=A0 =C2=A0I want t= o read an external pdf file from postgres. pdf file will exist=C2=A0on the = disk. postgres only know=C2=A0the=C2=A0disk full path as metadata. Is there= any software or extension that can be used for this? Or do we have to deve= lop software for it?=C2=A0=C2=A0Or what is the best approach for this?=C2= =A0I'd appreciate it if anyone with experience could make suggestions.<= /div>

=C2=A0Thanks.
--0000000000007b482805d560b425--