File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.7 2003/09/11 21:42:19 momjian Exp $ -->
1
+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.8 2003/09/11 23:15:51 tgl Exp $ -->
2
2
3
3
<chapter id="information-schema">
4
4
<title>The Information Schema</title>
325
325
privileges on entire tables, not individual columns. Therefore,
326
326
this view contains the same information as
327
327
<literal>table_privileges</literal>, just represented through one
328
- row for each column in each appropriate table, but it only convers
328
+ row for each column in each appropriate table, but it only covers
329
329
privilege types where column granularity is possible:
330
330
<literal>SELECT</literal>, <literal>INSERT</literal>,
331
331
<literal>UPDATE</literal>, <literal>REFERENCES</literal>. If you
You can’t perform that action at this time.
0 commit comments