|
1 | | -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.8 2003/09/11 23:15:51 tgl Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.9 2003/09/20 20:12:05 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="information-schema"> |
4 | 4 | <title>The Information Schema</title> |
|
330 | 330 | <literal>SELECT</literal>, <literal>INSERT</literal>, |
331 | 331 | <literal>UPDATE</literal>, <literal>REFERENCES</literal>. If you |
332 | 332 | want to make your applications fit for possible future |
333 | | - developements, it is generally the right choice to use this view |
| 333 | + developments, it is generally the right choice to use this view |
334 | 334 | instead of <literal>table_privileges</literal> if one of those |
335 | 335 | privilege types is concerned. |
336 | 336 | </para> |
@@ -1508,7 +1508,7 @@ ORDER BY c.ordinal_position; |
1508 | 1508 | <entry><literal>object_type</literal</entry> |
1509 | 1509 | <entry><type>character_data</type></entry> |
1510 | 1510 | <entry> |
1511 | | - The type of the object that uses the array being descibed: one |
| 1511 | + The type of the object that uses the array being described: one |
1512 | 1512 | of <literal>TABLE</literal> (the array is used by a column of |
1513 | 1513 | that table), <literal>DOMAIN</literal> (the array is used by |
1514 | 1514 | that domain), <literal>ROUTINE</literal> (the array is used by |
@@ -2424,7 +2424,7 @@ ORDER BY c.ordinal_position; |
2424 | 2424 | objects to a group that the current user is a member of. In |
2425 | 2425 | <productname>PostgreSQL</productname>, this currently only applies |
2426 | 2426 | to domains, and since domains do not have real privileges in |
2427 | | - <productname>PostgreSQL</productname>, this view is empty. Futher |
| 2427 | + <productname>PostgreSQL</productname>, this view is empty. Further |
2428 | 2428 | information can be found under <literal>usage_privileges</literal>. |
2429 | 2429 | In the future, this view may contain more useful information. |
2430 | 2430 | </para> |
|
0 commit comments