pgsql: Require SELECT privilege on a table to do dblink_get_pkey().

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Require SELECT privilege on a table to do dblink_get_pkey().
Дата
Msg-id 20070827012450.D738C7541FB@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Require SELECT privilege on a table to do dblink_get_pkey().  This is
not all that exciting when the system catalogs are readable by all,
but some people try to lock them down, and would not like this sort of
end run ...

Modified Files:
--------------
    pgsql/contrib/dblink:
        dblink.c (r1.64 -> r1.65)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.64&r2=1.65)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Restrict pg_relation_size to relation owner, pg_database_size to
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make ARRAY(SELECT ...) return an empty array, rather than a NULL,