pgsql: Reduce the permissions check needed to use pgrowlocks() to having

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Reduce the permissions check needed to use pgrowlocks() to having
Дата
Msg-id 20070828225930.768A7754201@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Reduce the permissions check needed to use pgrowlocks() to having
SELECT on the target table.  Per discussion.

Modified Files:
--------------
    pgsql/contrib/pgrowlocks:
        pgrowlocks.c (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgrowlocks/pgrowlocks.c?r1=1.6&r2=1.7)

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

Предыдущее
От: mkz@pgfoundry.org (User Mkz)
Дата:
Сообщение: pgbouncer - pgbouncer: Change some defaults: max_client_conn = 100
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Restrict pgstattuple functions to superusers.