From: | "Greg Sabino Mullane" <greg(at)turnstep(dot)com> |
---|---|
To: | <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: Trailing semicolons in psql patch |
Date: | 2001-10-04 11:52:16 |
Message-ID: | 200110041152.HAA31074@hall.mail.mindspring.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Attached is the updated version of the patch, which matches
on words as opposed to lines, which means that all of the
following work in psql:
\d foo \d bar
\d foo; \d bar
\d foo \d bar;;
\d foo; <space>
This one also uses "true and false" and strips semicolons
for the following backslash commands: \C \c \d \e \i \o \s \z
Thanks to Bruce Momjian, Peter Eisentraut, and Tom Lane for
the suggestions.
Greg Sabino Mullane
greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200110040743
-----BEGIN PGP SIGNATURE-----
Comment: http://www.turnstep.com/pgp.html
iQA+AwUBO7xNp7ybkGcUlkrIEQKzwgCXcaQGh16cXELnjKDs7lpg7BP7twCg1jHW
lDE1BVxPTrLXQZeQRn+ieu4=
=PK53
-----END PGP SIGNATURE-----
Attachment | Content-Type | Size |
---|---|---|
unknown_filename | text/plain | 11.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-10-04 13:26:39 | Re: Trailing semicolons in psql patch |
Previous Message | Vsevolod Lobko | 2001-10-04 05:56:35 | Re: [PATCH] Patch for more verbose error reporting in |