‐‐‐ Original Message ‐‐‐
On Monday, November 30, 2020 12:36 PM, Laurenz Albe
wrote:
> On Mon, 2020-11-30 at 12:05 +, Laura Smith wrote:
>
> > How have others approached the problem of storing and querying filesystem
> > paths ?
> > I'm talking about *nix/*nux style paths, e.g. /home
On Mon, 2020-11-30 at 12:05 +, Laura Smith wrote:
> How have others approached the problem of storing and querying filesystem
> paths ?
> I'm talking about *nix/*nux style paths, e.g. /home/foo/bar
> A text column with a GIN index is an obvious possibility, but I'm interested
> to hear what a
Hi,
How have others approached the problem of storing and querying filesystem paths
?
I'm talking about *nix/*nux style paths, e.g. /home/foo/bar
A text column with a GIN index is an obvious possibility, but I'm interested to
hear what approach others have taken ?
Laura