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

From Pavel Stehule
Subject Re: pgsql: Allow psql variables to be interpolated with literal or
Date
Msg-id 162867791001291016k7a1b4d6cq6c36e4f3f94ef5b9@mail.gmail.com
Whole thread Raw
In response to pgsql: Allow psql variables to be interpolated with literal or  (rhaas@postgresql.org (Robert Haas))
List pgsql-committers
2010/1/29 Robert Haas <rhaas@postgresql.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@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-committers
>

pgsql-committers by date:

Previous
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Allow psql variables to be interpolated with literal or
Next
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Augment WAL records for btree delete with GetOldestXmin() to