Subject | Re: [firebird-support] UTF8 database and extended characters in metadata |
---|---|
Author | Milan Babuskov |
Post date | 2008-11-14T15:44:22Z |
Michael Weissenbacher wrote:
execuable and then run isql. Something like this:
EDITOR=vim /opt/firebird/bin/isql
SQL> edit;
When you type 'edit' command in isql, it runs the editor and you can
edit the sql statement. When you :wq it will run.
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com
> Good Info, thanks! In short, there is nothing you can't do with Vim ;)It already works. Just set env. variable EDITOR to point to vim
> Maybe it will even be possible in the future to use Vim as plug-in
> editor for Firebird's isql, would be a really nice feature IMO.
execuable and then run isql. Something like this:
EDITOR=vim /opt/firebird/bin/isql
SQL> edit;
When you type 'edit' command in isql, it runs the editor and you can
edit the sql statement. When you :wq it will run.
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com