Re: Design question regarding arrays - Mailing list pgsql-novice

From Oliver Fromme
Subject Re: Design question regarding arrays
Date
Msg-id 200408091006.i79A6CsK052727@lurza.secnetix.de
Whole thread Raw
In response to Re: Design question regarding arrays  (Michael Glaesemann <grzm@myrealbox.com>)
Responses Re: Design question regarding arrays
List pgsql-novice
Michael Glaesemann wrote:
 > On Aug 9, 2004, at 6:42 PM, Oliver Fromme wrote:
 >
 > > Well, I assume that all your book titles are unique,
 >
 > Realistically, probably not a good assumption. Not one I'd want to bank
 > by db schema on. You might be luckier with something like ISSN, but I
 > don't know enough about re-use of those types of numbers.

My example was a bit simplified for the matter.  Probably
those rows contain more information than just the title,
but also the author, publisher, date, ISSN/ISBN etc.
I think it is a reasonable assumption that the whole rows
(excluding the serial IDs) are unique.

Best regards
   Oliver

--
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

"I have stopped reading Stephen King novels.
Now I just read C code instead."
        -- Richard A. O'Keefe

pgsql-novice by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: Design question regarding arrays
Next
From: "Sean Davis"
Date:
Subject: Re: Design question regarding arrays