Joseph Shraibman <jks@selectacast.net> writes:
> ? What's with the \nABORT .. UPDATE ?
In psql, TAB triggers autocompletion if you have compiled it with
readline. This is fairly annoying when copying-and-pasting from a text
message that happens to contain tabs...
Use psql -n to disable this feature.
regards, tom lane