> a section to the Developers' FAQ explaining how to set up all
> the common
> editors for Postgres. I can contribute a recipe for Emacs, but I have
> no idea how to do it for vi or anything else...
vi:
:set ts=4
more:
more -x4
less:
less -x4
I guess that comment is not so helpful :-(
Andreas