-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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...

The only issue I have is I keep getting a complaint at the top of
everything in the output pane, that complaint is

        "TERM environment variable not set."

I check the TERM environment variable on the system and it is

        declare -x TERM="xterm"

The TERM environment variable is set so what is the issue and how do I
solve it?

Thank you for looking this over and for any help you're able to provide!

- --
Best Regards
Victor B. Gonzalez
- ------------------
Mozilla-Thunderbird 1.5.0.5


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFE+0YNLS+HVvcAElURAq/YAJ96hfkbG0MVFoEpPYaNqPVmStNVPgCdEbrn
foOJ8qomfjebGh7fHuNspwc=
=/to8
-----END PGP SIGNATURE-----
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to