It was easier than I thought to setup ColdFusion 6.1 to talk to the new PostgreSQL 8.0 which was just released.
{jrun_root}/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib
(or somewhere else in your classpath)other
jdbc:postgresql://localhost/database
where database is the name of the database (duh), and localhost is the name of the database server. More details on setting up the JDBC URL are hereorg.postgresql.Driver
postgres
because coldfusion doesn’t like them blank; but you can configure Postgresql to accept something else.