Retrieve large objects from file system - Mailing list pgsql-novice

From Vitaly Larchenkov
Subject Retrieve large objects from file system
Date
Msg-id 7AFB0E04-18E6-41FD-9888-88BA02AF7847@gmail.com
Whole thread Raw
Responses Re: Retrieve large objects from file system
List pgsql-novice
Hello,
I need to store pretty large (2-3 Gb) files in database. Is it possible to store column values (my blobs) in directory
andaccess them with sql queries? 
I found “file_fdw" but it works with sources that suitable for COPY FROM, but i want to have few regular columns like
“date_added”,“version” and “object” which values  points to file in directory with objects. 

Thanx

pgsql-novice by date:

Previous
From: David Rowley
Date:
Subject: Re: running a query on a list of tables
Next
From: Laurenz Albe
Date:
Subject: Re: Retrieve large objects from file system