Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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: Fri, 2 May 2008 09:27:51 +0000 (UTC)
  • Message-id: <20080502092751.21CAE7559CC@cvs.postgresql.org> <text/plain>

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)



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group