Re: [COMMITTERS] pgsql: Sequences were not being shown due to

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [COMMITTERS] pgsql: Sequences were not being shown due to
Дата
Msg-id 200609042139.k84Ld3L03618@momjian.us
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Sequences were not being shown due to the use of lowercase 's'  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> momjian@postgresql.org (Bruce Momjian) writes:
> > Sequences were not being shown due to the use of lowercase 's' instead
> > of 'S', and the views were not checking for table visibility with
> > regards to temporary tables and sequences.
> 
> What became of my objection that the test should be on USAGE privilege
> for the containing schema instead?

I remember puzzling over Greg's reply:
http://archives.postgresql.org/pgsql-patches/2006-08/msg00247.php

Anyway, Greg is going to fix that, plus the syntax error in his other
patch.  I will see it gets corrected.

--  Bruce Momjian   bruce@momjian.us EnterpriseDB    http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Sequences were not being shown due to the use of lowercase 's'
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Trivial patch to double vacuum speed