Re: deleting an identical record - Mailing list pgsql-general

From Doug McNaught
Subject Re: deleting an identical record
Date
Msg-id m3wux67cwk.fsf@varsoon.denali.to
Whole thread Raw
In response to Re: deleting an identical record  (missive@frontiernet.net (Lee Harr))
List pgsql-general
Hugo Coolens <hugo.coolens@skynet.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

pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: VERY basic
Next
From: Doug McNaught
Date:
Subject: Re: execute permissions of stored procedures?