mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Small typo.
This commit is contained in:
parent
8ff2005c67
commit
fbb39c059e
@ -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">
|
<chapter id="information-schema">
|
||||||
<title>The Information Schema</title>
|
<title>The Information Schema</title>
|
||||||
@ -325,7 +325,7 @@
|
|||||||
privileges on entire tables, not individual columns. Therefore,
|
privileges on entire tables, not individual columns. Therefore,
|
||||||
this view contains the same information as
|
this view contains the same information as
|
||||||
<literal>table_privileges</literal>, just represented through one
|
<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:
|
privilege types where column granularity is possible:
|
||||||
<literal>SELECT</literal>, <literal>INSERT</literal>,
|
<literal>SELECT</literal>, <literal>INSERT</literal>,
|
||||||
<literal>UPDATE</literal>, <literal>REFERENCES</literal>. If you
|
<literal>UPDATE</literal>, <literal>REFERENCES</literal>. If you
|
||||||
|
Loading…
x
Reference in New Issue
Block a user