This is a discussion on Pgtcl within the pgsql Novice forums, part of the PostgreSQL category; --> Hello, I have finally managed to upgrade postgresql-8.1 and got my tktcl interfaces to work. I did the following: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I have finally managed to upgrade postgresql-8.1 and got my tktcl interfaces to work. I did the following: header #!/usr/bin/tclsh followed by the statement: package require Pgtcl 1.4 I don't understand the syntax(?) of the statement. Also, I would like to add images and sound to my database. I suspect this would involve large objects, to which I cannot find much help. regards Ron Petch ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |