One-letter backslash commands now need a space before the first argument.

Peter Eisentraut <peter_e@gmx.net>

Commit: 6f093f3825d13bc5ad41a64bf2f5251c5b62395b
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2008-05-02T09:27:51Z
Releases: 8.4.0
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@oopsware.de>

Files

PathChange+/−
src/bin/psql/command.c modified +1 −25
src/bin/psql/psqlscan.h modified +1 −3
src/bin/psql/psqlscan.l modified +1 −17