Re: Thoughts on pg_hba.conf rejection

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Thoughts on pg_hba.conf rejection
Дата
Msg-id 20100420224817.GE3229@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Thoughts on pg_hba.conf rejection  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas escribió:

> I suppose the problem here is that pg_attribute and pg_class are not
> shared catalogs, so we can't read them without selecting a database.
> What about making a fake version of these relations that includes only
> the shared catalogs?

Hmm, interesting.  I wonder if something of this sort would allow one to
create a shared relation at the user level -- right now the set of
shared relations is hardcoded so this cannot work.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Thoughts on pg_hba.conf rejection
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Vacuum cancels autovacuum error message confusing?