pgsql: One-letter backslash commands now need a space before the first

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: One-letter backslash commands now need a space before the first
Date: 2008-05-02 09:27:51
Message-ID: 20080502092751.21CAE7559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
One-letter backslash commands now need a space before the first argument.
This has been the only documented and encouraged syntax for a long time, and
with extension facilities such as aliases being proposed, it is a good time to
clean up the legacy syntax a bit.

Author: Bernd Helmle <mailings(at)oopsware(dot)de>

Modified Files:
--------------
pgsql/src/bin/psql:
command.c (r1.186 -> r1.187)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.186&r2=1.187)
psqlscan.h (r1.8 -> r1.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/psqlscan.h?r1=1.8&r2=1.9)
psqlscan.l (r1.23 -> r1.24)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/psqlscan.l?r1=1.23&r2=1.24)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-05-02 10:16:16 pgsql: Show relation size in verbose (e.g.
Previous Message Andrew Dunstan 2008-05-02 07:57:43 Re: pgsql: Sigh ...