1.11. When using an external editor, gFTP does not detect changes that are being made to the file.
Look at the man page for the editor you are using and see if there is a command line argument to have the editor run in the foreground (it won’t fork to detact from the current terminal). If you are using one of the graphical VIM editors, you can add the —nofork argument.
Ah! That explains it.
According to gVim man pages, -f signifies running the editor in the foreground
So in gFTP I changed the editor to gvim -f and it worked.
Quick SQL code to help determine large tables in PostgreSQL
select tablename,pg_size_pretty(pg_relation_size(tablename::name)) from pg_tables where schemaname = 'public' order by pg_relation_size(tablename::name) desc limit 30;
Wow, this guy is amazing. Not only can he play the trombone well, but is an accomplished trumpet player too. Be sure to check out the section where he switches between trumpet and trombone. Amazing