Re: [OT] PostgreSQL many-to-many relationship

2002-07-02 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01-Jul-2002/18:53 -0500, Chad Skinner [EMAIL PROTECTED] wrote: I am trying to create a database that has a many-to-many relationship. We can build the tables without any problems, but I am trying to find out if it is possible to cascade delete the

[OT] PostgreSQL many-to-many relationship

2002-07-01 Thread Chad Skinner
I am trying to create a database that has a many-to-many relationship. We can build the tables without any problems, but I am trying to find out if it is possible to cascade delete the items in the related fields. Tables: a - column_1 (Primary Key) b - column_2 (Primary Key) c - fk_a_column_1

Re: [OT] PostgreSQL many-to-many relationship

2002-07-01 Thread Brian Ashe
Hello Chad, Monday, July 1, 2002, 7:53:41 PM, you textually orated: CS I am trying to create a database that has a many-to-many relationship. We CS can build the tables without any problems, but I am trying to find out if it CS is possible to cascade delete the items in the related fields. CS