From 3d22beeb6ab6b5bc117d2be688ebd3b53f641c06 Mon Sep 17 00:00:00 2001
From: Tatsuo Ishii <ishii@postgresql.org>
Date: Mon, 3 Nov 2003 12:31:52 +0000
Subject: [PATCH] fix typo. (role_columns_grants -> role_column_grants)

---
 doc/src/sgml/information_schema.sgml | 4 ++--
 1 file 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
-- 
GitLab