Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view

Поиск
Список
Период
Сортировка
Искать
От
Kevin Grittner
Тема
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view
Дата
Msg-id
4DE8D104020000250003E0EB@gw.wicourts.gov
Ответ на
Список
Дерево обсуждения
BUG #6050: Dump and restore of view after a schema change: can't restore the view "Daniel Cristian Cruz" <danielcristian@gmail.com>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view Alvaro Herrera <alvherre@commandprompt.com>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view Robert Haas <robertmhaas@gmail.com>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view Robert Haas <robertmhaas@gmail.com>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view Robert Haas <robertmhaas@gmail.com>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view Robert Haas <robertmhaas@gmail.com>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view Bruce Momjian <bruce@momjian.us>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view Daniel Cristian Cruz <danielcristian@gmail.com>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #6050: Dump and restore of view after a schema change: can't restore the view Daniel Cristian Cruz <danielcristian@gmail.com>
Robert Haas  wrote:
> Tom Lane  wrote:
 
>> Personally my advice is to avoid USING: it wasn't one of the SQL
>> committee's better ideas.
> 
> I don't understand why we can't just translate the USING into some
> equivalent construct that doesn't involve USING.  I proposed that
> a while ago and you shot it down, but I didn't find the reasoning
> very compelling.
 
There's no query you can write with USING that you can't write in a
longer form with ON; but a query of moderate complexity can become
significantly shorter with USING, and thus easier to understand and
less prone to bugs than the ON form.  I think it's a mistake to
discourage USING or under-support it compared to the more verbose
constructs.
 
-Kevin
В списке pgsql-bugs по дате отправления
От: Tom Lane
Дата:
От: Tom Lane
Дата:
FAQ