Re: [GENERAL] Database Best Practices ???

From: "amy cheng" <amycq(at)hotmail(dot)com>
To: olly(at)lfix(dot)co(dot)uk
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Database Best Practices ???
Date: 1999-08-31 06:29:02
Message-ID: 19990831132903.45640.qmail@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Oliver Elphick" wrote:

>I don't think that triggers can be inherited automatically. That is why I
>did it that way. The implementation of inheritance still needs a lot of
>work in PostgreSQL.
thanks for the info.

>The refint trigger is to make sure that the address record exists before
>the person record is updated; if the relation is new there will not be
>anything in person_address yet.
I still do not understand. IMHO, "person" should not contain address at all
--because of "person-address".

>The project is not yet complete, so there may be bugs in it!
you defend yourself well, except the "person" one ;-)

amy

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Browse pgsql-general by date

  From Date Subject
Next Message amy cheng 1999-08-31 06:35:06 Re: [GENERAL] Referential integrity
Previous Message Oliver Elphick 1999-08-31 04:54:27 Re: [GENERAL] Database Best Practices ???