Re: Storage and querying of filesystem paths

2020-11-30 Thread Laura Smith
‐‐‐ 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

Re: Storage and querying of filesystem paths

2020-11-30 Thread Laurenz Albe
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

Storage and querying of filesystem paths

2020-11-30 Thread Laura Smith
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