
10/17/2000 
mike haberman (mikeh@ncsa.uiuc.edu)


The following files have been modified to work with postgres
and other databases that don't support outer joins.


added files
-------------
docs/pgsql.schema               schema for postgres
docs/Generated_PG_Schema.sql    same as Generated_MySQL_Schema.sql  
                                but using // for comment instead of '#'
build/turbine-2.0.jar           This is an august 31st, 2000 build of
                                turbine.  It was the last build of
                                turbine I could get to work with
                                jyve1.0.
                               

modified files
---------------
src/java/org/apache/jyve/screens

     DisplayTopics.java        changed the outer join
                               into two select statements
                               populating a hash table (answerCount)
                               with the results. 
     DisplayUnreleased.java    almost a complete re-write


/src/java/org/apache/jyve/localization
    
    JyveLocalization.java      added the following:
                               {"DISPLAYUNRELEASED_ANSWERMSG", "Answers:"},


