Re: SECTION 2.8.4 REVOKE CREATE ON SCHEMA

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Timothy Knowles" <timothywknowles(at)hotmail(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: SECTION 2.8.4 REVOKE CREATE ON SCHEMA
Date: 2003-05-07 03:42:30
Message-ID: 24396.1052278950@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

"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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Mack Stevenson 2003-05-09 05:53:21 password setting for a user
Previous Message Timothy Knowles 2003-05-07 01:11:27 SECTION 2.8.4 REVOKE CREATE ON SCHEMA