OSDN Git Service

One-letter backslash commands now need a space before the first argument.
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 2 May 2008 09:27:51 +0000 (09:27 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 2 May 2008 09:27:51 +0000 (09:27 +0000)
commit6f093f3825d13bc5ad41a64bf2f5251c5b62395b
tree269d913d8d60b3aa45f5adb9a08a582aa71b58b6
parent170e331c6346e7105270559430878d580f8ac2fd
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>
src/bin/psql/command.c
src/bin/psql/psqlscan.h
src/bin/psql/psqlscan.l