Re: Bug in Inherit feature - Mailing list pgadmin-support

From Guillaume Lelarge
Subject Re: Bug in Inherit feature
Date
Msg-id 48E3D79F.10100@lelarge.info
Whole thread Raw
In response to Bug in Inherit feature  ("Obe, Regina" <robe.dnd@cityofboston.gov>)
List pgadmin-support
Hi,

Obe, Regina a écrit :
> I was using the inherit feature in snapshot build 9/8 rev: 7457:7458
> 
> It works fine if the table I am inheriting from is in the public schema,
> but if its in any other schema, it seems to quote the schema incorrectly
> so it fails to find the table.
> 
> Example
> 
> ALTER TABLE census_ma_2006.arealandmarks INHERIT
> "census_2006.arealandmarks";
> 
> so then I have to manually change the statement to
> 
> ALTER TABLE census_ma_2006.arealandmarks INHERIT
> "census_2006"."arealandmarks";
> 

You're right, this was a bug in my previous patch. I fixed it.

Thanks.


-- 
Guillaume.http://www.postgresqlfr.orghttp://dalibo.com


pgadmin-support by date:

Previous
From: "Denis Rykov"
Date:
Subject: Geometries cannot be displayed
Next
From: "Ryan Daniels"
Date:
Subject: PGAdmin Auto-commits?