Thread: section 2.8.4 of the user manual

section 2.8.4 of the user manual

From
Anand Kumria
Date:
Hi there,

I was just going through the user manual and noticed that section
2.8.4's revoke create query won't work.

It should be amended to:
    REVOKE CREATE ON SCHEMA public FROM PUBLIC;

Thanks for having such a useful set of documentation.

Regards,
Anand

--
 `` We are shaped by our thoughts, we become what we think.
 When the mind is pure, joy follows like a shadow that never
 leaves. '' -- Buddha, The Dhammapada

Re: section 2.8.4 of the user manual

From
Tom Lane
Date:
Anand Kumria <wildfire@progsoc.uts.edu.au> writes:
> I was just going through the user manual and noticed that section
> 2.8.4's revoke create query won't work.
> It should be amended to:
>     REVOKE CREATE ON SCHEMA public FROM PUBLIC;

Looks like this is fixed already in CVS tip, but thanks for the report.

            regards, tom lane