Re: [COMMITTERS] pgsql: Sequences were not being shown due to the use of lowercase `s`

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Sequences were not being shown due to the use of lowercase `s`
Date: 2006-09-05 00:02:44
Message-ID: 16252.1157414564@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

"Greg Sabino Mullane" <greg(at)turnstep(dot)com> writes:
>>> SELECT *,has_schema_privilege(oid,'USAGE') FROM pg_namespace;

>> Well, if you test it as a superuser, it's going to return TRUE every
>> time.

> Exactly. So I'm not seeing how we can use USAGE as a reliable test for
> the case where a temporary table was created by the same user, but in
> another session.

Superusers can access anything they want to. What's your point?
The spec says "accessible" ...

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-05 00:13:41 pgsql: Update Japanese FAQ.
Previous Message Greg Sabino Mullane 2006-09-04 23:49:58 Re: [COMMITTERS] pgsql: Sequences were not being shown due to the use of lowercase `s`

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-05 00:02:52 Stressful time
Previous Message Gavin Sherry 2006-09-04 23:57:29 Re: [PATCHES] Trivial patch to double vacuum speed