Re: Re: nocreatetable for 7.1.2 [patch] - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Re: nocreatetable for 7.1.2 [patch]
Date
Msg-id 200108242005.f7OK5vb23674@candle.pha.pa.us
Whole thread Raw
In response to Re: nocreatetable for 7.1.2 [patch]  (RISKO Gergely <risko@atom.hu>)
Responses Re: [PATCHES] Re: Re: nocreatetable for 7.1.2 [patch]  (Karel Zak <zakkr@zf.jcu.cz>)
List pgsql-hackers
Were are we on this?  We keep talking about NOCREATETABLE permission for
every release but can't seem to get it in there because people want a
redesign of permissions.  My feeling is that it should be added to 7.2.

> Hello!
>
> I continued to port your patch, and now it works,only one error,
> if I create ANY table in ANY database:
> NOTICE:  Cache reference leak: cache pg_shadow (24), tuple 17201 has
> count 1
>
> But everything work nice (the nocreatetable thing also :))) ).
> Oh, and the help isn't fixed to show nocreatetable and nolocktable for
> \h create user.
>
> So I attach my patch.
>
> Gergely
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PATCH proposed with new features for CREATE TABLE
Next
From: Peter Eisentraut
Date:
Subject: Re: Re: [JDBC] New backend functions?