Re: pg_dump ordering problem (rc4)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_dump ordering problem (rc4)
Дата
Msg-id 200104140115.VAA21460@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: pg_dump ordering problem (rc4)  (Philip Warner <pjw@rhyme.com.au>)
Ответы Re: pg_dump ordering problem (rc4)  (Philip Warner <pjw@rhyme.com.au>)
Список pgsql-hackers
> At 17:34 13/04/01 -0400, Tom Lane wrote:
> >
> >A possible kluge answer is to make pg_dump's OID-ordering of views
> >depend on the OID of the view rule rather than the view relation.
> >I am not sure if that would break any cases that work now, however.
> >
> 
> This seems good to me; it should be based on the 'oid of the view', and
> AFAICT, the rule OID should be it. Should I do this?

The view oid is certainly better than the base relation oid.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: ORDER BY ????
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Anyone have any good addresses ... ?