On Tuesday 26 March 2002 11:27, Bernhard Herzog wrote:
> If you've compiled psql with readline you could just use readline's
> macro system. With e.g.
>
> $if Psql
> "\M-g": "\\x\\g\\x"
> $endif
>
> in your .inputrc, Meta-g would expand to \x\g\x
aha, interesting idea and useful to know.
Thanks,
Ian Barwick