pgAdmin III commit: Fix the removing of an inherited table - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix the removing of an inherited table
Date
Msg-id E1R5isw-0006rA-DY@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix the removing of an inherited table

We don't need to quote the table as it's already quoted in the listview.

Report from Pasman Pasmanski.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c99d4e68fc315d6fe548ca218e5595863a32f200

Modified Files
--------------
CHANGELOG                |    2 ++
pgadmin/dlg/dlgTable.cpp |    3 ++-
2 files changed, 4 insertions(+), 1 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix a potential crash.
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix the removing of an inherited table