Re: Thoughts on "SELECT * EXCLUDING (...) FROM ..."?
От | Robert Haas |
---|---|
Тема | Re: Thoughts on "SELECT * EXCLUDING (...) FROM ..."? |
Дата | |
Msg-id | CA+TgmoYJnqOY6BD5g8iHe03UMONQwFjN5_cw+=KEcFVMygFS9A@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Thoughts on "SELECT * EXCLUDING (...) FROM ..."? (Jim Nasby <jim@nasby.net>) |
Ответы |
Re: Thoughts on "SELECT * EXCLUDING (...) FROM ..."?
Re: Thoughts on "SELECT * EXCLUDING (...) FROM ..."? |
Список | pgsql-hackers |
On Sun, Oct 30, 2011 at 2:15 PM, Jim Nasby <jim@nasby.net> wrote: > 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 otherfields into the view definition? That's wasted time and effort that could better be spent elsewhere. I agree. This isn't something I would recommend that people do in the queries they embed in their application, but for ad-hoc queries it comes up all the time. OTOH, I'm slightly afraid of how much work it would take to implement this properly. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
В списке pgsql-hackers по дате отправления: