Re: Exclude fields from SELECT command

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Ashish Karalkar <ashishka(at)synechron(dot)com>
Cc: Charles Tam <c(dot)tam(at)osm(dot)net(dot)au>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Exclude fields from SELECT command
Date: 2009-03-17 05:27:57
Message-ID: 162867790903162227p2d48dd09ge59be626026d674c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-sql
>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Gianvito Pio 2009-03-17 06:39:48 Methods declaration
Previous Message Ashish Karalkar 2009-03-17 05:17:17 Re: Exclude fields from SELECT command