[pgAdmin III] #50: Domain wizard bug

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #50: Domain wizard bug
Date: 2009-08-30 16:18:09
Message-ID: 049.38c142154ffbce899591f1bd5f83977a@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#50: Domain wizard bug
----------------------+-----------------------------------------------------
Reporter: banita21 | Owner: dpage
Type: bug | Status: new
Priority: minor | Milestone: 1.10.1
Component: pgadmin | Version: 1.10
Keywords: domain | Platform: all
----------------------+-----------------------------------------------------
Problem occur when I have more than one schema.

When I create domain for TEST_SCHEMA and set owner, pgadmin add the line:
ALTER DOMAIN "PT2" OWNER TO postgres; and I get error.

It Should be:
ALTER DOMAIN test_schema."PT2" OWNER TO postgres;

but schema name is not consider.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/50>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2009-08-30 16:20:54 [pgAdmin III] #51: Background color in query tool
Previous Message Dave Page 2009-08-28 19:31:13 Re: question about Docs.vproj and builddocs.bat