Has anybody had any opinions on getting rid of the "*" syntax like
Informix/Illustra has done?
In other words in postgres, this...
SELECT * FROM person*
would be in Informix
SELECT * FROM person
and
in postgres...
SELECT * FROM person
would be in Informix...
SELECT * FROM ONLY person
I think it makes a lot more sense.
Any intellectual support for that in some future release?