3 Sep 23:15
How to Fix "TERM environment variable not set."?
<scite.mailinglist.id456 <at> vbgunz.com>
2006-09-03 21:15:59 GMT
2006-09-03 21:15:59 GMT
Hello Discussion, I am using SciTE 1.71 on Ubuntu 6.06, Gnome 2.14.3. I downloaded the tar package and unleashed it inside my home directory. I symlinked it to /usr/share. I work on SQL files and wanted SciTE to execute the SQL inside of Postgres for testing purposes only. Here is my solution though I have a small problem (more like a bugaboo). Inside my .SciTEUser.properties file I have this... file.patterns.sql=*.sql command.go.$(file.patterns.sql)=\ psql -U anon -d anon -f '$(FilePath)' Inside my pg_hba.conf file I have this above all entries... local "anon" "anon" trust Inside psql as user postrges I create the anon user and database... create user anon; create database anon; To make this all work I restarted Postgres like this... sudo /etc/init.d/postgresql-8.1 restart Now inside SciTE I am able to work on some SQL and then execute it with F5 like I would execute my Python scripts. I see the results of the SQL immediately in the output pane and like what I see...(Continue reading)
RSS Feed