diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index e0d39654bbdb91a33b4149f7f966550a55715f67..67de4b8e546477cb9f1dff0d8d591289f0c2d361 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.14 2003/03/25 16:15:35 petere Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.15 2003/05/07 03:41:31 tgl Exp $ --> <chapter id="ddl"> <title>Data Definition</title> @@ -1537,7 +1537,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4; connect to a given database to create objects there. If you do not want to allow that, you can revoke that privilege: <programlisting> -REVOKE CREATE ON public FROM PUBLIC; +REVOKE CREATE ON SCHEMA public FROM PUBLIC; </programlisting> (The first <quote>public</quote> is the schema, the second <quote>public</quote> means <quote>every user</quote>. In the