DDL trigger kind functionality in PostGreSQL - Mailing list pgsql-general

From dipti shah
Subject DDL trigger kind functionality in PostGreSQL
Date
Msg-id d5b05a951002172055y5f96edc6kde52fa0469cbb191@mail.gmail.com
Whole thread Raw
Responses Re: DDL trigger kind functionality in PostGreSQL
List pgsql-general
Hi,
 
I was looking for SQL DDL trigger kind of functionality in PostGreSQL but couldn;t find any. Could anyone please tell me how to achieve the similar functionality in PostGreSQL. Basically I want to make sure that no users should use "DROP" command directly on my database even though he/she owner of table or any database object. I want users to use stored procedures always to drop or alter the tables and any other database objects.
 
Any alternative way would be really helpful.
 
Thanks,
Dipti

pgsql-general by date:

Previous
From: Jayadevan M
Date:
Subject: Doubts about oid
Next
From: Scott Bailey
Date:
Subject: returning records from plpython