Hi Michael, On 04/06/2019 14:35, Michael Lewis wrote: > /":foo" named placeholders/ > > If I may, is this supported natively in Postgres prepared statements? > Can I see an example? I do not care much for the numbers of positional > placeholders and would love to use names instead if possible. Not natively. In this case it's the PHP PDO pgsql driver that performs the translation. I suppose many other DB libraries do that in any programming language. Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/