Re: deleting an identical record

From: Doug McNaught <doug(at)wireboard(dot)com>
To: Hugo Coolens <hugo(dot)coolens(at)skynet(dot)be>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: deleting an identical record
Date: 2002-02-21 21:17:31
Message-ID: m3wux67cwk.fsf@varsoon.denali.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hugo Coolens <hugo(dot)coolens(at)skynet(dot)be> writes:

> Lee Harr wrote:
>
> > select oid, * from t;
>
> thanks, this works indeed, what's the meaning of the comma behind oid?

If you want oid as a result column in a select, you need to specify it
explicitly--it's not part of '*'.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ulrich Wisser 2002-02-21 21:26:42 Re: Protection of intellectual property (Schema &
Previous Message Oliver Elphick 2002-02-21 21:12:45 Re: using libpq++.h