I'm wondering if it is worth it to normalize data or not.
One problem with normalizing is that the data may require
pivoting. Is there a pivot funtion available for postgresql?
If normalized I'll have a book table, book_author table and
an author table. I would want to produce a table the authors
in columns instead of rows which would require pivoting.
Ellen
----