From: Tom Lane Date: Thu, 11 Sep 2003 23:15:51 +0000 (+0000) Subject: Small typo. X-Git-Tag: REL7_4_BETA3~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbb39c059e8214865efdc4d0a5ce775248151208;p=thirdparty%2Fpostgresql.git Small typo. --- diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 16e370777a9..87afdbb2109 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1,4 +1,4 @@ - + The Information Schema @@ -325,7 +325,7 @@ privileges on entire tables, not individual columns. Therefore, this view contains the same information as table_privileges, just represented through one - row for each column in each appropriate table, but it only convers + row for each column in each appropriate table, but it only covers privilege types where column granularity is possible: SELECT, INSERT, UPDATE, REFERENCES. If you