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

From Corey Huinker
Subject Re: Variable substitution in psql backtick expansion
Date
Msg-id CADkLM=f9GrJ=3QX_B_2g1VqvkSr7jxZqiFzi3AyJGT5NxCENyg@mail.gmail.com
Whole thread Raw
List pgsql-hackers
I assume we want to keep that pre-existing behavior of \set in
psql, that is, making a copy of that string and associating a
name to it, whereas I guess pgbench computes a value from it and
stores that value.

Maybe a \set-variant called \expr?

 

pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: SERIALIZABLE with parallel query
Next
From: Alexander Korotkov
Date:
Subject: Re: [PATCH] Incremental sort