Re: Variable substitution in psql backtick expansion

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: Greg Stark <stark(at)mit(dot)edu>, Daniel Verite <daniel(at)manitou-mail(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>, "corey(dot)huinker" <corey(dot)huinker(at)gmail(dot)com>
Subject: Re: Variable substitution in psql backtick expansion
Date: 2017-04-11 06:58:14
Message-ID: CAFj8pRBX9HJyVdZsfw1aPvYdSWUqQRuHpiDP1yE-_OPuqWpDAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> \else
> \if :somevar > 10000 and SERVER_NUM >= 100000
>

should be
\if :somevar > 10000 and :SERVER_NUM >= 100000

> ...
> \end
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2017-04-11 07:04:52 Re: Variable substitution in psql backtick expansion
Previous Message Fabien COELHO 2017-04-11 06:56:53 Re: Variable substitution in psql backtick expansion