Re: Column qualifier issue

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jimw(at)kelcomaine(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Column qualifier issue
Date: 2004-01-12 22:48:56
Message-ID: 5685.1073947736@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Jim Wilson" <jimw(at)kelcomaine(dot)com> writes:
> As far as I can tell, there isn't a way to get postgresql to accept column
> qualifiers (e.g. tablenames). A 'parse error at or near "."' gets returned.

You're either very confused or using a *very* old version of Postgres.

What version is it, what query are you issuing exactly, and what exactly
is the error message? (Cut-and-paste from a psql session would be the
best way to answer the last two ... or if the query is being issued from
another application, you could turn on query logging and send in an
excerpt from the postmaster log.)

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-01-12 22:57:52 Re: Vacuum Error
Previous Message Alex Satrapa 2004-01-12 22:40:37 Re: Drawbacks of using BYTEA for PK?