Обсуждение: pgsql: Allow psql variables to be interpolated with literal or

Поиск
Список
Период
Сортировка

pgsql: Allow psql variables to be interpolated with literal or

От
rhaas@postgresql.org (Robert Haas)
Дата:
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)

Re: pgsql: Allow psql variables to be interpolated with literal or

От
Pavel Stehule
Дата:
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
>