Re: [PATCHES] Improve psql's handling of multi-line queries

2006-03-29 Thread Steve Woodcock
On 21/03/06, Bruce Momjian wrote: > Steve, we have already applied a patch by Sergey E. Koposov to do this. > Would you review CVS HEAD and see that everything works as you would > like. Thanks. Yeah it's good; stores multiline queries in .psql_history which is an improvement over my patch. Che

[PATCHES] Make 2PC error messages match docs

2005-10-02 Thread Steve Woodcock
Hi, This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED etc. match the docs, which talk about "transaction identifier" not "gid" or "global transaction identifier". Regards, Steve Woodcock Index: src/bac

[PATCHES] Improve psql's handling of multi-line queries

2005-08-28 Thread Steve Woodcock
ably not a good time, but it caught my eye and looked easy enough even for my rusty C. Regards, Steve Woodcock Index: input.c === RCS file: /projects/cvsroot/pgsql/src/bin/psql/input.c,v retrieving revision 1.45 diff -c -r1.