This is a discussion on Perform an action on schema drop within the pgsql Admins forums, part of the PostgreSQL category; --> Hi We use schemas to partition the database into client jobs, with public tables knowing about client. I would ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi We use schemas to partition the database into client jobs, with public tables knowing about client. I would like to update the public tables if we remove a schema but cannot find a way to do it - I have tried triggers (not allowed) and a delete rule but all to no avail. Is this possible? Many Thanks Kieran -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin |