Domain wizard problem

From: ** ** <banita21(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Domain wizard problem
Date: 2009-08-23 21:43:44
Message-ID: 4A91B810.4060409@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Problem occur when I have more than one schema.
When I create domain for TEST_SCHEMA and set owner, pgadmin add this 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 isnot
consider.

sory for my english.

Browse pgadmin-support by date

  From Date Subject
Next Message PESTY Benoit 2009-08-24 07:23:34 Re: [ADMIN] Background color in query tool
Previous Message ** ** 2009-08-23 21:07:45 Domain wizard bug