Bogdan Pilch writes:
> The idea is to be able to toggle tab expansion, having the default set
> to ON (as it is now). If turned off, tab characters on command line in
> interactive mode are not evaluated nor expanded, but just copied.
You can already suppress tab expansion with the -n switch. Do
Hi,
I have created a small patch to postgres source (in particular the
psql part of it) that modifies the way tab expansion is handled.
The idea is to be able to toggle tab expansion, having the default set
to ON (as it is now). If turned off, tab characters on command line in
interactive mode are