postgres_fdw and permissions

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема postgres_fdw and permissions
Дата
Msg-id CAMkU=1yGQRN3i1CU586hsHa7r=JTsCvxTAunJ8-cHcSv8s7SsQ@mail.gmail.com
обсуждение исходный текст
Список pgsql-general

Say user1 creates a foreign table, and grants select permissions on it to user2.

When user2 selects from the table, whose USER MAPPING is going to be used, the table owner (user1) or the executing user (user2)?

Is this part of the FDW infrastructure or SQL/MED spec, and so above the postgres_fdw implementation, or is it a fdw implementor's choice?

Cheers,

Jeff


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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: SERIALIZABLE and INSERTs with multiple VALUES
Следующее
От: "Armand Pirvu (home)"
Дата:
Сообщение: functions - triggers cross schemas