"Timothy Knowles" <timothywknowles(at)hotmail(dot)com> writes:
> Manual: PostgreSQL 7.3 user manual
> Section: 2.8.4
> Should the revoke statement read:
> REVOKE CREATE SCHEMA ON public FROM PUBLIC;
> Instead of
> REVOKE CREATE ON public FROM PUBLIC;
You mean
REVOKE CREATE ON SCHEMA public FROM PUBLIC;
But yeah, the example is wrong. Fix committed --- thanks!
regards, tom lane