pgsql: In psql, save history of backslash commands used in multi-line

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In psql, save history of backslash commands used in multi-line
Date: 2006-03-06 04:45:21
Message-ID: 20060306044521.A044B9DC832@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
In psql, save history of backslash commands used in multi-line
statements before the multi-line statement, rather than inside the
multi-line statement.

Modified Files:
--------------
pgsql/src/bin/psql:
input.c (r1.51 -> r1.52)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/input.c.diff?r1=1.51&r2=1.52)
input.h (r1.25 -> r1.26)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/input.h.diff?r1=1.25&r2=1.26)
mainloop.c (r1.71 -> r1.72)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mainloop.c.diff?r1=1.71&r2=1.72)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-03-06 04:53:51 pgsql: in the docs, the function "ascii(text)" is described as returning
Previous Message Neil Conway 2006-03-05 21:34:34 pgsql: Per recent discussion on -hackers, we should sometimes reorder