Re: Use of '&' as table prefix in query [RESOLVED]

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 [RESOLVED]
Date: 2021-07-12 18:13:58
Message-ID: alpine.LNX.2.20.2107121111340.7804@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 12 Jul 2021, Rich Shepard wrote:

> Long ago I wrote a query which was greatly improved (i.e., it actually
> worked as intended) by help here):

Ah! It finally came back to me as I looked to revise it. What I want both
&p.lname and &p.fname are specific names passed in from the user. Now I know
what they represent I'll find just how to specify them using python and
psycopg2.

Rich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vijaykumar Jain 2021-07-12 18:56:15 Re: How to debug a connection that's "active" but hanging?
Previous Message Rich Shepard 2021-07-12 18:04:41 Re: Use of '&' as table prefix in query