Re: Accessing schema data in information schema

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Accessing schema data in information schema
Дата
Msg-id 2592.1143087246@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Accessing schema data in information schema  ("Andrew Dunstan" <andrew@dunslane.net>)
Ответы Re: Accessing schema data in information schema
Список pgsql-hackers
"Andrew Dunstan" <andrew@dunslane.net> writes:
> What happens to sequence ACLs?

Hm, good point.  We could put 'em in pg_sequence, except that most of
the operations on pg_sequence rows will be nontransactional, and that
doesn't seem to square nicely with transactional updates on ACLs.
Maybe we need two catalogs just to separate the transactional and
nontransactional data for a sequence?  Ugh.
        regards, tom lane


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