pgadmin-org / pgadmin4

pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
https://www.pgadmin.org
Other
2.53k stars 656 forks source link

[Desktop Runtime Application] User can not drop domain (RM #1470) #437

Closed dpage closed 2 years ago

dpage commented 8 years ago

Issue migrated from Redmine: https://redmine.postgresql.org/issues/1470 Originally created by Fahar Abbas at 2016-07-19 12:28:48 UTC.

Tested Platform: Linux and OS X Tested Version:

https://builds.enterprisedb.com/builds/BuildsForQMG/Installers/PG/DBServer/9.6/beta3/

Python version: 2.7.11

  1. Install PostgreSQL-9.6-beta3
  2. Launch pgAdmin4 through Menu item
  3. open Query tool Window:
  4. Create following query:

CREATE DOMAIN public.d AS abstime;

  1. Domain created
  2. Right Click and try to drop this domain
  3. Error message displayed

    Error message ERROR: schema "name" does not exist

dpage commented 8 years ago

Attachment migrated from Redmine: https://redmine.postgresql.org/attachments/download/1464 Originally created by Fahar Abbas at 2016-07-19 12:28:32 UTC.

https://pgadmin-archive.postgresql.org/redmine/1470/1464-Screen_Shot_2016-07-19_at_5.24.26_pm.png

dpage commented 8 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1470#note-2 Originally created by Dave Page at 2016-07-21 09:45:02 UTC.

Redmine ticket header update:

Name Old Value New Value
Fixed Version changed 1.0 Beta 4
dpage commented 8 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1470#note-3 Originally created by Khushboo Vashi at 2016-08-03 11:16:36 UTC.

Redmine ticket header update:

Name Old Value New Value
Assigned To changed Khushboo Vashi
dpage commented 8 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1470#note-4 Originally created by Khushboo Vashi at 2016-08-03 13:16:42 UTC.

Patch Sent

Please review: https://www.postgresql.org/message-id/CAFOhELfNnO5N+XJhrbO7=+iUA10uePy1_HKZT7JH8FTC7UZpYg@mail.gmail.com

dpage commented 8 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1470#note-5 Originally created by Khushboo Vashi at 2016-08-03 14:44:28 UTC.

Applied in changeset commit:68497b00f66ca6f8257deffcb2a7fe6e361e1744.

Redmine ticket header update:

Name Old Value New Value
Status changed New In Testing
Done Ratio changed 0 90
dpage commented 8 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1470#note-6 Originally created by Fahar Abbas at 2016-08-04 05:17:52 UTC.

This issue is resolved with latest commit ID and user can drop domain

Tested on Windows 32 and MAC OS X.

Python version: 2.7 and 3.5

Commit ID:

commit dfceb6398634a2281e4fa1c61a394ece93161a7a

Redmine ticket header update:

Name Old Value New Value
Status changed In Testing Resolved
dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/1470#note-7 Originally created by Fahar Abbas at 2018-01-09 04:39:26 UTC.

Redmine ticket header update:

Name Old Value New Value
Done Ratio changed 90 100
dpage commented 2 years ago

Issue closed on Redmine.