On Mon, 12 Jul 2021, Rob Sargent wrote:
These look like value substitutions, usually done on the client at it sends the sql. How is this sql getting to the server (presumably after substitution).
Rob, I was running queries from the psql back then. Now I'm adding a GUI (tkinter) and using psycopg2. Thanks, Rich