I have already implemented this in my Java project with some kind of
SQL preprocessor. I leave the idea here in case more people are
interested and PostgreSQL developers findit convenient to include it.
It is just string concatenation but it is a sintactic sugar very useful
in any SQL application. 
El lun, 01-03-2021 a las 17:35 +0100, Pavel Stehule escribió:
> Hi
> 
> po 1. 3. 2021 v 17:26 odesílatel Alejandro Sánchez <
> a...@nexttypes.com> napsal:
> > It is a matter of taste. I think this functionality would be better
> > in SQLand be the same for all languages without the need to use
> > string functions.
> 
> You can try to implement it, and send a patch. But I think a) it will
> be just string concatenation, and then it is surely useless, or b)
> you should introduce a new parser, because current parser need to
> know SQL identifiers immediately.  But anyway - anybody can write
> your opinion here. From me - I don't like this idea. 
> 
> Regards
> Pavel

Reply via email to