projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
137b123
)
Fix erroneous example, per Tim Knowles.
author
Tom Lane
Wed, 7 May 2003 03:41:31 +0000
(
03:41
+0000)
committer
Tom Lane
Wed, 7 May 2003 03:41:31 +0000
(
03:41
+0000)
doc/src/sgml/ddl.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ddl.sgml
b/doc/src/sgml/ddl.sgml
index e0d39654bbdb91a33b4149f7f966550a55715f67..67de4b8e546477cb9f1dff0d8d591289f0c2d361 100644
(file)
--- a/
doc/src/sgml/ddl.sgml
+++ b/
doc/src/sgml/ddl.sgml
@@
-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