diff options
| author | Robert Haas <rhaas@postgresql.org> | 2010-09-13 01:25:12 +0000 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2010-09-13 01:25:12 +0000 |
| commit | 1cdf188aa66846f2edef5276e85e07ba592aeefb (patch) | |
| tree | 336ccfd4175d210d031e1384c69fbd9ab08b57d8 /doc | |
| parent | f499c211d85068514ba76bcbbd55e8d7004b9152 (diff) | |
Link from pg_shadow docs to pg_authid docs.
Per discussion with Josh Kupershmidt.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/src/sgml/catalogs.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index b77002aed8d..7889651e186 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.225.2.2 2010/08/25 18:18:38 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.225.2.3 2010/09/13 01:25:12 rhaas Exp $ --> <!-- Documentation of the system catalogs, directed toward PostgreSQL developers --> @@ -6936,7 +6936,8 @@ compatibility: it emulates a catalog that existed in <productname>PostgreSQL</productname> before version 8.1. It shows properties of all roles that are marked as - <structfield>rolcanlogin</>. + <structfield>rolcanlogin</> in + <link linkend="catalog-pg-authid">pg_authid</link>. </para> <para> |
