Allow psql variables to be interpolated with literal or identifier escaping.
Robert Haas <rhaas@postgresql.org>
Allow psql variables to be interpolated with literal or identifier escaping. Loosely based on a patch by Pavel Stehule.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +44 −36 |
| src/bin/psql/psqlscan.l | modified | +79 −1 |