Re: Bug with dump/restore when using UNION and ORDER BY in views

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Bug with dump/restore when using UNION and ORDER BY in views
Date: 2002-08-04 05:54:08
Message-ID: 200208040554.g745s8H02748@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


What is in the 7.2.X CVS that we would want to release?

---------------------------------------------------------------------------

Tom Lane wrote:
> "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> writes:
> >> Yeah. This is fixed in current sources, and I back-patched it into
> >> the REL7_2 branch, but current plans don't seem to include a 7.2.2
> >> release --- we'll be going straight to 7.3 beta instead.
>
> > Is it worth doing a 7.2.2 patch that will dump people's foreign keys as
> > ALTER TABLE/ADD FOREIGN KEY instead of a bunch of CREATE CONSTRAINT
> > TRIGGERs, so that they actually become constraints in 7.3?
>
> I don't think it's any easier to do that as a backpatch than as new
> functionality in 7.3 pg_dump. As far as the general issue of a 7.2.2
> release goes, I'm personally in favor of one --- there are several
> important bugfixes in the 7.2 branch right now --- but I don't do the
> gruntwork for patch releases, so I can't complain too much.
>
> > Also Tom - did you check if you can CREATE CONSTRAINT TRIGGER on a dropped
> > column - I think I neglected to look at that in the patch I submitted
> > originally.
>
> I'm pretty sure that won't get past the ATTNAME cache patches, but try
> it...
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2002-08-04 06:07:55 Re: Bug with dump/restore when using UNION and ORDER BY in views
Previous Message Tom Lane 2002-08-04 05:30:37 Re: Bug with dump/restore when using UNION and ORDER BY in views