A B wrote:

Or is there some more general problem with the table design?
table_XY is in this case (and most cases) a table like this

create table table_XY (
   x  int references table_X,
   y  int references table_Y
);

Without knowing what XY are and what you are using table_XY for it's going to be difficult for anyone to offer useful advice.

--
  Richard Huxton
  Archonet Ltd

--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to