[BUGS] Update using sub-select table in schema

2006-10-02 Thread Chris Dunlop
G'day all, PG version: 8.1.4 (also 7.4.13) OS: Linux (debian/testing) In an update, using a sub-select from a table with the same name but in a different schema results in an error. The same thing works if you alias the sub-select table or if you qualify the schema of the update table. See scr

[BUGS] btree_delete_page_redo: lost target page

2007-01-26 Thread Chris Dunlop
G'day all, PG version: 7.4.7(debian 7.4.7-6sarge2) OS: Linux (debian sarge) I started a 'vacuum full analyze' using pgsql, then, after about 10 minutes, I issued a control-c in pgsql. This hadn't returned my prompt after another 10 minutes or so. A glance at the backend showed other process

[BUGS] Problem with dump/restore and inheritance

2006-02-22 Thread Chris Dunlop
G'day all, PG version: 8.1.0 (also 7.4.9) OS: Linux (debian/testing) Restoring a database with inherited tables can result in an incorrect schema (and therefore inability to restore data). E.g. using the script below, the 'bar.f1' column in the 'new' database ends up with a 'not null' constrain

Re: [BUGS] Problem with dump/restore and inheritance

2006-02-24 Thread Chris Dunlop
On Wed, Feb 22, 2006 at 10:11:51AM -0500, Tom Lane wrote: > Chris Dunlop <[EMAIL PROTECTED]> writes: >> E.g. using the script below, the 'bar.f1' column in the 'new' >> database ends up with a 'not null' constraint that isn't present >>