From 1cdf188aa66846f2edef5276e85e07ba592aeefb Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 13 Sep 2010 01:25:12 +0000 Subject: [PATCH] Link from pg_shadow docs to pg_authid docs. Per discussion with Josh Kupershmidt. --- doc/src/sgml/catalogs.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.50.1