Re: psql slash command '\G' - Mailing list pgsql-patches

From Ian Barwick
Subject Re: psql slash command '\G'
Date
Msg-id 200203270311.EAA22162@post.webmailer.de
Whole thread Raw
In response to Re: psql slash command '\G'  (Bernhard Herzog <bh@intevation.de>)
List pgsql-patches
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



pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [JDBC] little error messages fix
Next
From: Barry Lind
Date:
Subject: Re: JDBC PreparedStatement Memory Leak.