Re: Call for 7.5 feature completion - Mailing list pgsql-hackers

From Harald Fuchs
Subject Re: Call for 7.5 feature completion
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Call for 7.5 feature completion  ("Marc G. Fournier" <[email protected]>)
Responses Re: Call for 7.5 feature completion
Re: Call for 7.5 feature completion
List pgsql-hackers
In article <[email protected]>,
Christopher Kings-Lynne <[email protected]> writes:

>> * optional interface which sends a row typeoid along with each row in a result set
> Oh, and 'select rowid, * from table' which returns special rowid
> column that just incrementally numbers each row.

Why?  It's a thing best handled at the client side, and we already
have a way to do it server-side (temporary sequences).



pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: unexpected plan for unused table (8.1dev)
Next
From: Hannu Krosing
Date:
Subject: Re: dangling lock information?