Re: `pg_ls_dir` can query some directories, but not others

2019-11-13 Thread Brennan Vincent
> On Nov 13, 2019, at 6:33 PM, Adrian Klaver wrote: > > On 11/13/19 2:32 PM, Brennan Vincent wrote: >> Copying here a question I asked on StackOverflow: >> https://stackoverflow.com/questions/58846076 >> === >> On my system, `/home` and `/etc` have exactly t

Re: `pg_ls_dir` can query some directories, but not others

2019-11-13 Thread Adrian Klaver
On 11/13/19 2:32 PM, Brennan Vincent wrote: Copying here a question I asked on StackOverflow: https://stackoverflow.com/questions/58846076 === On my system, `/home` and `/etc` have exactly the same permissions: ``` $ ls -ld /home /etc drwxr-xr-x 67 root root

`pg_ls_dir` can query some directories, but not others

2019-11-13 Thread Brennan Vincent
Copying here a question I asked on StackOverflow: https://stackoverflow.com/questions/58846076 === On my system, `/home` and `/etc` have exactly the same permissions: ``` $ ls -ld /home /etc drwxr-xr-x 67 root root 4096 Nov 13 15:59 /etc drwxr-xr-x 3 root roo