• Stephen Frost's avatar
    Add usebypassrls to pg_user and pg_shadow · c7cf9a24
    Stephen Frost authored
    The row level security patches didn't add the 'usebypassrls' columns to
    the pg_user and pg_shadow views on the belief that they were deprecated,
    but we havn't actually said they are and therefore we should include it.
    
    This patch corrects that, adds missing documentation for rolbypassrls
    into the system catalog page for pg_authid, along with the entries for
    pg_user and pg_shadow, and cleans up a few other uses of 'row-level'
    cases to be 'row level' in the docs.
    
    Pointed out by Amit Kapila.
    
    Catalog version bump due to system view changes.
    c7cf9a24
system_views.sql 31.5 KB