Classify DROP operations by whether or not they are user-initiated.

Robert Haas <rhaas@postgresql.org>

Commit: 0e549697d1c6b8eeb623c497dc38a5aed4deea1e
Author: Robert Haas <rhaas@postgresql.org>
Date: 2012-01-26T14:30:27Z
Releases: 9.2.0
Classify DROP operations by whether or not they are user-initiated.

This doesn't do anything useful just yet, but is intended as supporting
infrastructure for allowing sepgsql to sensibly check DROP permissions.

KaiGai Kohei and Robert Haas

Files