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).