diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2003-11-04 05:43:33 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2003-11-04 05:43:33 +0000 |
commit | 267fc697cc2410fba1e7ec16192b526be84b7e90 (patch) | |
tree | 881d3db9d2d2d4bb091412fe6b0f46746317c518 /doc/src | |
parent | f39446dfdea404f63c4be06d9740ec4e2287754d (diff) |
fix typo. (role_columns_grants -> role_column_grants)
Diffstat (limited to 'doc/src')
-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..8252f89c49b 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.10.2.1 2003/11/04 05:43:33 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 |