Re: proposal: multiple psql option -c - Mailing list pgsql-hackers

From Adam Brightwell
Subject Re: proposal: multiple psql option -c
Date
Msg-id CAKRt6CQXTsc-PTzH_WGjmWRD6=2fk+bcomdCX6=8AV4cWfY5pw@mail.gmail.com
Whole thread Raw
In response to Re: proposal: multiple psql option -c  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: proposal: multiple psql option -c  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
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;          /*
currenterror verbosity level */
 
+       GroupCommand *group_commands;} PsqlSettings;
extern PsqlSettings pset;

-Adam

-- 
Adam Brightwell - adam.brightwell@crunchydatasolutions.com
Database Engineer - www.crunchydatasolutions.com



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug in numeric multiplication
Next
From: Tom Lane
Date:
Subject: Re: Bug in numeric multiplication