Unable to update Domain properly - Mailing list pgadmin-hackers

From Khushboo Vashi
Subject Unable to update Domain properly
Date
Msg-id CAFOhELfE7Ne5-Z0+igjeKQHbYWhkB_3UxTSWB-evsu7pixVkUA@mail.gmail.com
Whole thread Raw
Responses Re: Unable to update Domain properly  (Neel Patel <neel.patel@enterprisedb.com>)
List pgadmin-hackers
Hi,

While updating Domain from pgAdmin-III  , I observed an error.

When I update only Domain name it is working properly, but when I try to update multiple fields, I get an error.

For example,  if I try to rename Domain TestDomain to TestDomain1 and also modifies one or more fields (except comment). I get below error.


ERROR:  type "pem.TestDomain" does not exist

Generated SQL:

ALTER DOMAIN pem."TestDomain"
  RENAME TO "TestDomain1";
ALTER DOMAIN pem."TestDomain"
  DROP NOT NULL;


Thanks,
Khushboo

pgadmin-hackers by date:

Previous
From: Neel Patel
Date:
Subject: Re: [pgadmin-support] Unable to change variable of role on OS X 10.11
Next
From: Neel Patel
Date:
Subject: Re: Unable to update Domain properly