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/ddl.sgml,v 1.14 2003/03/25 16:15:35 petere Exp $ -->
1
+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.15 2003/05/07 03:41:31 tgl Exp $ -->
2
2
3
3
<chapter id="ddl">
4
4
<title>Data Definition</title>
@@ -1537,7 +1537,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4;
1537
1537
connect to a given database to create objects there. If you do
1538
1538
not want to allow that, you can revoke that privilege:
1539
1539
<programlisting>
1540
- REVOKE CREATE ON public FROM PUBLIC;
1540
+ REVOKE CREATE ON SCHEMA public FROM PUBLIC;
1541
1541
</programlisting>
1542
1542
(The first <quote>public</quote> is the schema, the second
1543
1543
<quote>public</quote> means <quote>every user</quote>. In the
You can’t perform that action at this time.
0 commit comments