Re: Domain wizard bug

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-support(at)postgresql(dot)org
Cc: Dave Page <dpage(at)pgadmin(dot)org>
Subject: Re: Domain wizard bug
Date: 2009-09-01 12:00:41
Message-ID: 200909011400.41739.guillaume@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Le mardi 25 août 2009 à 02:33:10, Dave Page a écrit :
> 2009/8/23 ** ** <banita21(at)gmail(dot)com>:
> > 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, I suppose you forgot about this one. Or did I miss the commit?

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

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2009-09-01 12:06:23 Re: Saving window maximize state
Previous Message Dave Page 2009-09-01 11:03:17 Re: Wrong display of privileges on Procedural Language in SQL window