section 2.8.4 of the user manual

Started by Anand Kumriaalmost 23 years ago2 messagesdocs
Jump to latest
#1Anand Kumria
wildfire@progsoc.uts.edu.au

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Anand Kumria (#1)
Re: section 2.8.4 of the user manual

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