views

From: "Jean-Yves F(dot) Barbier" <12ukwn(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: views
Date: 2009-11-27 15:18:55
Message-ID: 4B0FEDDF.4060306@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

Knowing all fields can be selected, is there a difference making
a view that references all fields one by one and a view with a "select *"?

--
"I don't mind going nowhere as long as it's an interesting path."
-- Ronald Mabbitt

Browse pgsql-novice by date

  From Date Subject
Next Message Rikard Bosnjakovic 2009-11-27 19:05:15 Extracting special case from a player table without union
Previous Message Thom Brown 2009-11-27 15:16:23 Re: How best to index foreign key for inner join