[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|

[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

[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

[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/d

[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 |

[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 -- maste

[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