Re: More fixes for pg_dump
Re: More fixes for pg_dump
От:
Bruce Momjian <pgman@candle.pha.pa.us>
Дата:
Tom Lane wrote: > Christopher Kings-Lynne writes: > > This patch does two things to pg_dump: > > > * Dumps comments on columns of composite types > > > * Instead of putting all the OWNER TO commands at the end, it dumps then > > after each object. This is WAY more readable and nice. ACLs are still > > at the end. > > Applied. I notice though that the line numbers don't seem to match CVS > tip, which suggests that you've got some patches still unapplied? If > so, Bruce seems to have missed adding them to the patch queue. I don't know of any. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
Re: More fixes for pg_dump
От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
Christopher Kings-Lynne writes: > This patch does two things to pg_dump: > * Dumps comments on columns of composite types > * Instead of putting all the OWNER TO commands at the end, it dumps then > after each object. This is WAY more readable and nice. ACLs are still > at the end. Applied. I notice though that the line numbers don't seem to match CVS tip, which suggests that you've got some patches still unapplied? If so, Bruce seems to have missed adding them to the patch queue. regards, tom lane
More fixes for pg_dump
От:
Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Дата:
This patch does two things to pg_dump: * Dumps comments on columns of composite types * Instead of putting all the OWNER TO commands at the end, it dumps then after each object. This is WAY more readable and nice. ACLs are still at the end. Chris
Re: More fixes for pg_dump
От:
Christopher Kings-Lynne <chriskl@familyhealth.com.au>
Дата:
> Applied. I notice though that the line numbers don't seem to match CVS > tip, which suggests that you've got some patches still unapplied? If > so, Bruce seems to have missed adding them to the patch queue. Hmmm, no... Not sure what happened there. The diff in the committers email seemed fine however. Chris