Re: Exclude fields from SELECT command - Mailing list pgsql-sql

From Pavel Stehule
Subject Re: Exclude fields from SELECT command
Date
Msg-id 162867790903162227p2d48dd09ge59be626026d674c@mail.gmail.com
Whole thread Raw
In response to Re: Exclude fields from SELECT command  (Ashish Karalkar <ashishka@synechron.com>)
Responses Re: Exclude fields from SELECT command  (sathiya psql <sathiya.psql@gmail.com>)
List pgsql-sql
Hello


>>
>>
>
> Workaround is create a view on that table excluding those 5 fields and then
> select * from that view .
>

I know better solution. Use only thin tables. Wide tables are devil. :)

regards
Pavel Stehule

>
> With regards
> Ashish Karalkar
>
>
>
> --
> Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-sql
>


pgsql-sql by date:

Previous
From: Ashish Karalkar
Date:
Subject: Re: Exclude fields from SELECT command
Next
From: Gianvito Pio
Date:
Subject: Methods declaration