Skip to content

Commit 1cdf188

Browse files
committed
Link from pg_shadow docs to pg_authid docs.
Per discussion with Josh Kupershmidt.
1 parent f499c21 commit 1cdf188

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.225.2.2 2010/08/25 18:18:38 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.225.2.3 2010/09/13 01:25:12 rhaas Exp $ -->
22
<!--
33
Documentation of the system catalogs, directed toward PostgreSQL developers
44
-->
@@ -6936,7 +6936,8 @@
69366936
compatibility: it emulates a catalog that existed in
69376937
<productname>PostgreSQL</productname> before version 8.1.
69386938
It shows properties of all roles that are marked as
6939-
<structfield>rolcanlogin</>.
6939+
<structfield>rolcanlogin</> in
6940+
<link linkend="catalog-pg-authid">pg_authid</link>.
69406941
</para>
69416942

69426943
<para>

0 commit comments

Comments
 (0)