Bug 1390

Summary: Include pgtclsh to package
Product: Sisyphus Reporter: Sir Raorn <raorn>
Component: postgresql-tclAssignee: Kostya Timoshenko <kt>
Status: CLOSED NOTABUG QA Contact:
Severity: enhancement    
Priority: P5    
Version: unstable   
Hardware: all   
OS: Linux   

Description Sir Raorn 2002-10-10 11:28:42 MSD
pgtclsh is not included in package\'s filelist by default.
---

---

Comment 1 Sergey Bolshakov 2002-10-10 17:43:45 MSD
custom tcl shells are dropped, use instead:
#!/usr/bin/tclsh
package require Pgtcl
Comment 2 Sergey Bolshakov 2002-10-10 17:43:45 MSD
custom tcl shells are dropped, use instead:
#!/usr/bin/tclsh
package require Pgtcl
Comment 3 Sir Raorn 2003-09-29 11:12:26 MSD
OK.