From: | "A(dot)Bhuvaneswaran" <bhuvanbk(at)yahoo(dot)com> |
---|---|
To: | Ben Clewett <B(dot)Clewett(at)roadrunner(dot)uk(dot)com> |
Cc: | pgsql-novice <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: Triggers |
Date: | 2003-04-08 15:33:01 |
Message-ID: | Pine.LNX.4.44.0304082101220.4365-100000@Bhuvan.bksys.co.in |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-novice |
> I want to have a go at some Triggers. To update summary records of
> accounting data.
>
> I see in the reference manual
> http://www.de.postgresql.org/users-lounge/docs/7.2/postgres/sql-createconstraint.html
> it makes the comment:
>
> "It is not intended for general use."
postgres uses CREATE CONSTRAINT TRIGGER to create FK references during
pg_dump process. CREATE TRIGGER is what you are looking for.
regards,
bhuvaneswaran
From | Date | Subject | |
---|---|---|---|
Next Message | Stefan Holzheu | 2003-04-08 16:28:36 | Re: Problems with C Language Functions after upgrade to 7.3.2 |
Previous Message | Jodi Kanter | 2003-04-08 15:30:49 | secondary password file |
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2003-04-08 19:15:47 | Re: Triggers |
Previous Message | Ben Clewett | 2003-04-08 14:50:29 | Re: Date Format |