From: Robert Haas Date: Mon, 13 Sep 2010 01:25:12 +0000 (+0000) Subject: Link from pg_shadow docs to pg_authid docs. X-Git-Tag: REL9_0_0~13 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1cdf188aa66846f2edef5276e85e07ba592aeefb;p=users%2Fc2main%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 b77002aed8..7889651e18 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,4 +1,4 @@ - + @@ -6936,7 +6936,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.