Add usebypassrls to pg_user and pg_shadow
authorStephen Frost <sfrost@snowman.net>
Thu, 29 Jan 2015 02:47:15 +0000 (21:47 -0500)
committerStephen Frost <sfrost@snowman.net>
Thu, 29 Jan 2015 02:47:15 +0000 (21:47 -0500)
commitc7cf9a243336d5f48bb4a4297c9fba4210f3e981
treeb0667d17afb41b769ae7f61ddc9ac1c5c032b4a0
parentf8519a6a464c92730dfa21298022f74d105f54d4
Add usebypassrls to pg_user and pg_shadow

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.
doc/src/sgml/catalogs.sgml
src/backend/catalog/system_views.sql
src/include/catalog/catversion.h
src/test/regress/expected/rules.out