diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2003-11-03 12:31:52 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2003-11-03 12:31:52 +0000 |
commit | 3d22beeb6ab6b5bc117d2be688ebd3b53f641c06 (patch) | |
tree | 6262d5f3a8bfb2699cdbedcb1bb7b2d8257dd0fe | |
parent | cc3a149cb0b8a93bfee113c0e4a1ab35f49ad02c (diff) | |
download | postgresql-3d22beeb6ab6b5bc117d2be688ebd3b53f641c06.tar.gz postgresql-3d22beeb6ab6b5bc117d2be688ebd3b53f641c06.zip |
fix typo. (role_columns_grants -> role_column_grants)
-rw-r--r-- | doc/src/sgml/information_schema.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index cd1ecdd40a7..ba23111d459 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.10 2003/10/16 23:46:17 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.11 2003/11/03 12:31:52 ishii Exp $ --> <chapter id="information-schema"> <title>The Information Schema</title> @@ -2167,7 +2167,7 @@ ORDER BY c.ordinal_position; </sect1> <sect1 id="infoschema-role-column-grants"> - <title><literal>role_columns_grants</literal></title> + <title><literal>role_column_grants</literal></title> <para> The view <literal>role_column_grants</literal> identifies all |