Re: Variable substitution in psql backtick expansion - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: Variable substitution in psql backtick expansion
Date
Msg-id alpine.DEB.2.20.1704022151080.9265@lancre
Whole thread Raw
In response to Re: Variable substitution in psql backtick expansion  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> More to the point, we already have that.  See c.h:
>
> #define CppAsString(identifier) #identifier
> #define CppAsString2(x)            CppAsString(x)

Thanks for the pointer. I grepped for them without success. Here is a v4.

-- 
Fabien
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Undefined psql variables
Next
From: Tom Lane
Date:
Subject: Re: Undefined psql variables