diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-11 23:15:51 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-11 23:15:51 +0000 |
commit | fbb39c059e8214865efdc4d0a5ce775248151208 (patch) | |
tree | b74a65c9c9be3eae5235c573ce4ed3576836b5db /doc/src | |
parent | 8ff2005c6754efeab309fcccb756c5de1423f21e (diff) | |
download | postgresql-fbb39c059e8214865efdc4d0a5ce775248151208.tar.gz postgresql-fbb39c059e8214865efdc4d0a5ce775248151208.zip |
Small typo.
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 16e370777a9..87afdbb2109 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.7 2003/09/11 21:42:19 momjian Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.8 2003/09/11 23:15:51 tgl Exp $ --> <chapter id="information-schema"> <title>The Information Schema</title> @@ -325,7 +325,7 @@ privileges on entire tables, not individual columns. Therefore, this view contains the same information as <literal>table_privileges</literal>, 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: <literal>SELECT</literal>, <literal>INSERT</literal>, <literal>UPDATE</literal>, <literal>REFERENCES</literal>. If you |