Allow psql variables to be interpolated with literal or identifier escaping.

Robert Haas <rhaas@postgresql.org>

Commit: d0cfc018233b4cdcab28d460ee0e14dbf87ac4ce
Author: Robert Haas <rhaas@postgresql.org>
Date: 2010-01-29T17:44:12Z
Releases: 9.0.0
Allow psql variables to be interpolated with literal or identifier escaping.

Loosely based on a patch by Pavel Stehule.

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +44 −36
src/bin/psql/psqlscan.l modified +79 −1