pgsql: Allow psql variables to be interpolated with literal or

Lists: pgsql-committers
From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow psql variables to be interpolated with literal or
Date: 2010-01-29 17:44:12
Message-ID: 20100129174412.C8F1A7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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)


From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Allow psql variables to be interpolated with literal or
Date: 2010-01-29 18:16:04
Message-ID: 162867791001291016k7a1b4d6cq6c36e4f3f94ef5b9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

2010/1/29 Robert Haas <rhaas(at)postgresql(dot)org>:
> Log Message:
> -----------
> Allow psql variables to be interpolated with literal or identifier escaping.
>
> Loosely based on a patch by Pavel Stehule.

thank you very much

Pavel

>
> 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)
>
> --
> Sent via pgsql-committers mailing list (pgsql-committers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-committers
>