Fix erroneous example, per Tim Knowles.
authorTom Lane
Wed, 7 May 2003 03:41:31 +0000 (03:41 +0000)
committerTom Lane
Wed, 7 May 2003 03:41:31 +0000 (03:41 +0000)
doc/src/sgml/ddl.sgml

index e0d39654bbdb91a33b4149f7f966550a55715f67..67de4b8e546477cb9f1dff0d8d591289f0c2d361 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Data Definition
@@ -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:
 
-REVOKE CREATE ON public FROM PUBLIC;
+REVOKE CREATE ON SCHEMA public FROM PUBLIC;
 
     (The first public is the schema, the second
     public means every user.  In the