Re: Column level security question

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Garry Chen <gc92(at)cornell(dot)edu>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Column level security question
Date: 2017-06-21 15:44:31
Message-ID: 603.1498059871@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Garry Chen <gc92(at)cornell(dot)edu> writes:
> PostgreSQL has row level security by using policy but is there a column level security policy or function for it? If not, is the development of column level security under the development/wish list for PostgreSQL new features?

If you're looking for column-level granularity of GRANT/REVOKE privileges,
we have that, eg you can grant the right to SELECT only some columns from
a table.

If that's not what you have in mind, you need to be clearer.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message David G. Johnston 2017-06-21 15:44:35 Re: Column level security question
Previous Message Garry Chen 2017-06-21 15:38:23 Column level security question