PQftable insufficient for primary key determination

From: mmc(at)maruska(dot)dyndns(dot)org (Michal =?iso-8859-2?q?Maru=B9ka?=)
To: pgsql-general(at)postgresql(dot)org
Subject: PQftable insufficient for primary key determination
Date: 2004-07-16 01:38:52
Message-ID: m2k6x4g28j.fsf@linux11.maruska.tin.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Imagine i have a table A with primary key "p" and another attribute called "data":

SELECT * from A, A, B;

here, i will have 2 columns "data", PQftable tells me that they are from A, but
which of the 2 columns "p" is the primary key of the tuple (of the table A)?

Is it possible to get distinguish the 2 instances of the table A?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-07-16 02:31:13 Re: moving an installation
Previous Message igor.kovalenko 2004-07-16 00:51:07 oh