From: Robert Haas Date: Mon, 13 Sep 2010 01:23:35 +0000 (+0000) Subject: Link from pg_shadow docs to pg_authid docs. X-Git-Tag: bdr/0.1~4421 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1400b738a04ad725e6525370bf76c67dbec14b83;p=users%2Fandresfreund%2Fpostgres.git Link from pg_shadow docs to pg_authid docs. Per discussion with Josh Kupershmidt. --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index d53477ca47..c7828e897e 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,4 +1,4 @@ - + @@ -6937,7 +6937,8 @@ compatibility: it emulates a catalog that existed in PostgreSQL before version 8.1. It shows properties of all roles that are marked as - rolcanlogin. + rolcanlogin in + pg_authid.