jpayne@69: # Index file to load the TDBC Postgres package. jpayne@69: jpayne@69: if {![package vsatisfies [package provide Tcl] 8.6-]} { jpayne@69: return jpayne@69: } jpayne@69: if {[package vsatisfies [package provide Tcl] 9.0-]} { jpayne@69: package ifneeded tdbc::postgres 1.1.5 \ jpayne@69: "[list source [file join $dir tdbcpostgres.tcl]]\;\ jpayne@69: [list load [file join $dir libtcl9tdbcpostgres1.1.5.so] [string totitle tdbcpostgres]]" jpayne@69: } else { jpayne@69: package ifneeded tdbc::postgres 1.1.5 \ jpayne@69: "[list source [file join $dir tdbcpostgres.tcl]]\;\ jpayne@69: [list load [file join $dir libtdbcpostgres1.1.5.so] [string totitle tdbcpostgres]]" jpayne@69: }