pgsql: Allow psql variables to be interpolated with literal or - Mailing list pgsql-committers

From rhaas@postgresql.org (Robert Haas)
Subject pgsql: Allow psql variables to be interpolated with literal or
Date
Msg-id 20100129174412.C8F1A7541B9@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Allow psql variables to be interpolated with literal or
List pgsql-committers
Log Message:
-----------
Allow psql variables to be interpolated with literal or identifier escaping.

Loosely based on a patch by Pavel Stehule.

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        psql-ref.sgml (r1.236 -> r1.237)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.236&r2=1.237)
    pgsql/src/bin/psql:
        psqlscan.l (r1.31 -> r1.32)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/psqlscan.l?r1=1.31&r2=1.32)

pgsql-committers by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Filter recovery conflicts based upon dboid from relfilenode of
Next
From: Pavel Stehule
Date:
Subject: Re: pgsql: Allow psql variables to be interpolated with literal or