|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.19 2003/09/12 22:17:22 tgl Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.20 2003/10/28 20:18:09 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="ddl">
|
4 | 4 | <title>Data Definition</title>
|
@@ -1728,7 +1728,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4;
|
1728 | 1728 | </indexterm>
|
1729 | 1729 |
|
1730 | 1730 | <para>
|
1731 |
| - By default, users cannotsee the objects in schemas they do not |
| 1731 | + By default, users cannotaccess any objects in schemas they do not |
1732 | 1732 | own. To allow that, the owner of the schema needs to grant the
|
1733 | 1733 | <literal>USAGE</literal> privilege on the schema. To allow users
|
1734 | 1734 | to make use of the objects in the schema, additional privileges
|
|