N-to-N implementation - Mailing list pgsql-admin

From Filipe Knoedt
Subject N-to-N implementation
Date
Msg-id 010901c58e0a$37e50420$1300a8c0@brasilenergia
Whole thread Raw
Responses Re: N-to-N implementation  (Oleg Bartunov <oleg@sai.msu.su>)
List pgsql-admin
Hi all,
 
I'd like to set up a discussion (if necessary) about two different ways to implement N-to-N relationships: using a N-to-N intermediary table or, suppose an A and B tables situation, creating the primary key of the table B with the A.id plus a sequencer.
 
I'm thinking on going the second way, but decided to ask the list if anybody sees any potencial problem in it, like for performance or anything.
 
Filipe Knoedt

pgsql-admin by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Statement logging per connection
Next
From: Oleg Bartunov
Date:
Subject: Re: N-to-N implementation