Bug in Inherit feature - Mailing list pgadmin-support

From Obe, Regina
Subject Bug in Inherit feature
Date
Msg-id 53F9CF533E1AA14EA1F8C5C08ABC08D204CE446D@ZDND.DND.boston.cob
Whole thread Raw
Responses Re: Bug in Inherit feature  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-support
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";

Thanks,
Regina
-----------------------------------------
The substance of this message, including any attachments, may be
confidential, legally privileged and/or exempt from disclosure
pursuant to Massachusetts law. It is intended
solely for the addressee. If you received this in error, please
contact the sender and delete the material from any computer.


pgadmin-support by date:

Previous
From: "Dave Page"
Date:
Subject: Re: PGagent
Next
From: "Denis Rykov"
Date:
Subject: Geometries cannot be displayed