[pgadmin-hackers] pgAdmin III commit: Fix enabling/disabling trigger with the trigger con

2012-02-11 Thread Guillaume Lelarge
Fix enabling/disabling trigger with the trigger contextual menu

When enabling/disabling a trigger, we refresh the trigger node, which adds a
new trigger function node. The patch first deletes all children nodes, before
refreshing the trigger node.

Report from Bartosz Dmytrak.

Branch
--
REL-1_14_0_PATCHES

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

Modified Files
--
CHANGELOG|2 ++
pgadmin/schema/pgTrigger.cpp |1 +
2 files changed, 3 insertions(+), 0 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Fix enabling/disabling trigger with the trigger con

2012-02-11 Thread Guillaume Lelarge
Fix enabling/disabling trigger with the trigger contextual menu

When enabling/disabling a trigger, we refresh the trigger node, which adds a
new trigger function node. The patch first deletes all children nodes, before
refreshing the trigger node.

Report from Bartosz Dmytrak.

Branch
--
master

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

Modified Files
--
CHANGELOG|2 ++
pgadmin/schema/pgTrigger.cpp |1 +
2 files changed, 3 insertions(+), 0 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Fix dlgType minimum size

2012-02-11 Thread Guillaume Lelarge
Fix dlgType minimum size

It wasn't big enough for an external type.

Branch
--
master

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

Modified Files
--
CHANGELOG  |1 +
pgadmin/ui/dlgType.xrc |4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Fix dlgType minimum size

2012-02-11 Thread Guillaume Lelarge
Fix dlgType minimum size

It wasn't big enough for an external type.

Branch
--
REL-1_14_0_PATCHES

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

Modified Files
--
CHANGELOG  |1 +
pgadmin/ui/dlgType.xrc |4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] Re: [pgAdmin III] #353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views

2012-02-11 Thread pgAdmin Trac
#353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views
---+
 Reporter:  gleu   |   Owner:  gleu
 Type:  feature|  Status:  assigned
 Priority:  minor  |   Milestone:  
Component:  pgadmin| Version:  trunk   
 Keywords:  foreigntable view 9.2  |Platform:  all 
---+
Changes (by gleu):

  * status:  new => assigned
  * owner:  dpage => gleu


-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Support CREATE TABLE LIKE

2012-02-11 Thread Guillaume Lelarge
Support CREATE TABLE LIKE

This patch adds complete support of the CREATE TABLE ... (LIKE...
INCLUDING...) statement.

Implements #353.

Branch
--
master

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

Modified Files
--
CHANGELOG  |1 +
pgadmin/dlg/dlgTable.cpp   |   56 +-
pgadmin/include/dlg/dlgTable.h |2 +-
pgadmin/ui/dlgTable.xrc|   85 +
pgadmin/ui/xrcDialogs.cpp  |46341 
5 files changed, 23396 insertions(+), 23089 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] Re: [pgAdmin III] #353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views

2012-02-11 Thread pgAdmin Trac
#353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views
--+-
  Reporter:  gleu |   Owner:  gleu 
  Type:  feature  |  Status:  closed   
  Priority:  minor|   Milestone:   
 Component:  pgadmin  | Version:  trunk
Resolution:  fixed|Keywords:  foreigntable view 9.2
  Platform:  all  |  
--+-
Changes (by gleu):

  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 See
 
http://git.postgresql.org/gitweb/?p=pgadmin3.git;a=commit;h=93a2cbd287b64bc7cc553678e8f751908baccba9

-- 
Ticket URL: 
pgAdmin III 
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers