Re: Triggers and Domains - Mailing list pgsql-novice

From ekekakos
Subject Re: Triggers and Domains
Date
Msg-id 25214530.post@talk.nabble.com
Whole thread Raw
In response to Re: Triggers and Domains  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
So for every table I must create the 2 fields with the 2 triggers. Is there
any way to simplify this?
From what you are saying I think no. Am I right?

Thanks again
Elias


Tom Lane-2 wrote:
>
> ekekakos <ekekakos@hol.gr> writes:
>> And it does not work during the update.
>
> Oh, you mean you want the field to change during updates?  No, a
> DEFAULT won't do that for you.  You'll have to use a trigger.
>
>             regards, tom lane
>
> --
> Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-novice
>
>

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


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Triggers and Domains
Next
From: Ruzsinszky Attila
Date:
Subject: Date interval and bitmask for days - Pl/Perl or SQL