Pavel,
> with -1 option support
FWIW, I have tried to apply this patch against master (7f11724) and
there is a minor error, see below.
>From patch:
patching file src/bin/psql/settings.h
Hunk #2 FAILED at 135.
1 out of 2 hunks FAILED -- saving rejects to file src/bin/psql/settings.h.rej
>From settings.h.rej:
--- src/bin/psql/settings.h
+++ src/bin/psql/settings.h
@@ -135,6 +141,7 @@
const char *prompt2;
const char *prompt3;
PGVerbosity verbosity; /* current error verbosity level */
+ GroupCommand *group_commands;
} PsqlSettings;
extern PsqlSettings pset;
-Adam
--
Adam Brightwell - [email protected]
Database Engineer - www.crunchydatasolutions.com
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers