|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.7 2003/09/1121:42:19 momjian Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.8 2003/09/1123: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 onlyconvers |
| 328 | + row for each column in each appropriate table, but it onlycovers |
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
|
|