2009/8/23 ** ** <[email protected]>: > 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 isnot > consider. > > > sory for my english.
Thanks for the report. I've fixed the bug and will commit the patch as soon as I have net access. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-support mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
