[NOVICE] REVOKE SELECT column on FOREIGN TABLE - Mailing list pgsql-novice

From Samuel Inman
Subject [NOVICE] REVOKE SELECT column on FOREIGN TABLE
Date
Msg-id etPan.586d8d7d.71b70254.155@atento.com
Whole thread Raw
Responses Re: [NOVICE] REVOKE SELECT column on FOREIGN TABLE  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
I’m running the following command:
REVOKE SELECT(column_name) ON TABLE table_name FROM role;
And I get “REVOKE” echoed back to me, but the table’s permissions do not reflect the change, and the role can still select that column.
Does the REVOKE command not work at the column level for foreign tables?

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: [NOVICE] server log error on startup
Next
From: Tom Lane
Date:
Subject: Re: [NOVICE] REVOKE SELECT column on FOREIGN TABLE