On Wed, Oct 19, 2016 at 9:29 PM, Leonardo M. Ramé <[email protected]> wrote: > Hi, I wonder if I can add a trigger to a Foreign Data Wrapper table. I can't > create the trigger in the foreign database.
Creation of triggers on foreign tables is possible since 9.4. They have the same support as physical tables, without the TRUNCATE trigger bit. -- Michael -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
