postgres problem with 2.0

Hi everyone,
We are experimenting with Liquibase and have a problem with 2.0 using build 132 from the build server.
This does not happen with 1.9.5

DEBUG 12/23/09 9:48 AM:liquibase: Reading columns for postgres @ jdbc:postgresql://localhost/tbm (Default Schema: public) …
INFO 12/23/09 9:48 AM:liquibase: Reading columns for postgres @ jdbc:postgresql://localhost/tbm (Default Schema: public) …
INFO 12/23/09 9:48 AM:liquibase: Could not find table or view astextidtemp for column externalid
INFO 12/23/09 9:48 AM:liquibase: Could not find table or view hibernate_sequence for column sequence_name
INFO 12/23/09 9:48 AM:liquibase: Could not find table or view hibernate_sequence for column last_value
INFO 12/23/09 9:48 AM:liquibase: Could not find table or view hibernate_sequence for column start_value
INFO 12/23/09 9:48 AM:liquibase: Could not find table or view hibernate_sequence for column increment_by
INFO 12/23/09 9:48 AM:liquibase: Could not find table or view hibernate_sequence for column max_value
INFO 12/23/09 9:48 AM:liquibase: Could not find table or view hibernate_sequence for column min_value
INFO 12/23/09 9:48 AM:liquibase: Could not find table or view hibernate_sequence for column cache_value
INFO 12/23/09 9:48 AM:liquibase: Could not find table or view hibernate_sequence for column log_cnt
INFO 12/23/09 9:48 AM:liquibase: Could not find table or view hibernate_sequence for column is_cycled
INFO 12/23/09 9:48 AM:liquibase: Could not find table or view hibernate_sequence for column is_called
INFO 12/23/09 9:48 AM:liquibase: Could not find table or view locextidtemp for column externalid

Also, could someone point me to instructions for conditionally defining blobs IN the changelog file?

thanks for your help and efforts!

sorry, this does happen in 1.9 with loglevel set to finest.

Sorry for the slow response. 

What are you trying to do that is generating the messages? 

Also, what do you mean by “conditionally defining blobs”?

Nathan