Re: Add default role 'pg_access_server_files'

From: Ryan Murphy <ryanfmurphy(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>
Subject: Re: Add default role 'pg_access_server_files'
Date: 2018-01-07 06:19:09
Message-ID: CAHeEsBd0NgM+afFm5=pJr9iRUvxdFDk9OOW1av_8FdFXWTAQ7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oops! I made a mistake, which clearly showed up in my last email: I forgot
to psql back in as "tester".

Now I get the right behavior:

$ psql postgres tester
psql (9.4.5, server 11devel)
Type "help" for help.

postgres=> select pg_read_file('/Users/postgres/temp');
ERROR: absolute path not allowed

Thanks for bearing with me. So far so good on this feature, going to run
the tests too.

Best,
Ryan

Browse pgsql-hackers by date

  From Date Subject
Next Message Ryan Murphy 2018-01-07 06:54:00 Re: Add default role 'pg_access_server_files'
Previous Message Ryan Murphy 2018-01-07 03:57:10 Re: Add default role 'pg_access_server_files'