One-letter backslash commands now need a space before the first argument.
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/command.c | modified | +1 −25 |
| src/bin/psql/psqlscan.h | modified | +1 −3 |
| src/bin/psql/psqlscan.l | modified | +1 −17 |