Re: Use of '&' as table prefix in query

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Use of '&' as table prefix in query
Date: 2021-07-12 17:47:15
Message-ID: alpine.LNX.2.20.2107121046110.7804@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2021-07-12 17:48:15 Re: Use of '&' as table prefix in query
Previous Message Tom Lane 2021-07-12 17:46:30 Re: How to debug a connection that's "active" but hanging?