#353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views
--+-
Reporter: gleu | Owner: gleu
Type: feature | Status: closed
Priority: minor|
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
#353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views
---+
Reporter: gleu | Owner: gleu
Type: feature| Status: assigned
Priority: minor
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
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 |
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
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