Triggers and Domains

From: ekekakos <ekekakos(at)hol(dot)gr>
To: pgsql-novice(at)postgresql(dot)org
Subject: Triggers and Domains
Date: 2009-08-30 06:58:50
Message-ID: 25209238.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Hello,
I have a DOMAIN LastUpdateUser and I want to use it in all the tables of the
database. I want also to create a trigger which will fulfill this domain
with the user name.
Is it possible to do it on Domain instead of the table?

Thanks
--
View this message in context: http://www.nabble.com/Triggers-and-Domains-tp25209238p25209238.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jignesh Shah 2009-08-30 07:04:52 Get the number of columns of table on which trigger has invoked
Previous Message John DeSoi 2009-08-28 18:58:25 Re: installing Postgres 8.3 on Mac