summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tltcl/lib/tdbcpostgres1.1.1/pkgIndex.tcl
blob: a7fd6ffa15bbe2e7f54dd6ea5cefaeb53dddcd56 (plain)
1
2
3
4
5
6
7
8
# Index file to load the TDBC Postgres package.

if {[catch {package require Tcl 8.6}]} {
    return
}
package ifneeded tdbc::postgres 1.1.1 \
    "[list source [file join $dir tdbcpostgres.tcl]]\;\
    [list load [file join $dir tdbcpostgres111.dll] tdbcpostgres]"