On Oct 29, 2011, at 11:53 PM, Joshua D. Drake wrote:
> On 10/29/2011 03:26 PM, Eric Ridge wrote:
>> 
>> Would y'all accept a patch that extended the "SELECT *" syntax to let
>> you list fields to exclude from the A_Star?
>> 
>> Quite regularly I'll be testing queries via psql and want to see all
>> the columns from a fairly wide table except maybe a giant text or xml
>> column.  A syntax like:
>> 
>>      SELECT * EXCLUDING (big_col1, big_col2) FROM foo;
>> 
> 
> If it is quite regular I would actually argue two things:
> 
> 1. Use a view

If you know that you want all fields except X, Y and Z, why should you be 
forced to manually cut and paste all the other fields into the view definition? 
That's wasted time and effort that could better be spent elsewhere.
--
Jim C. Nasby, Database Architect                   j...@nasby.net
512.569.9461 (cell)                         http://jim.nasby.net



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to