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