× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2013-08-02T17:22:09Z  · SachinPrakash last modified 2013-08-07T20:24:03Z

Partitions and SubPartitions appear as separate objects in the Schema Node


customer request
Dev
Fun Fun
funfun
QA
Sachin Prakash
SachinPrakash
Priority Major
Complexity Unknown
Component App - Visual Editing
Version 13.0

 

Version: 13.0.3-11
Build #: 33333
Build Date: 2013-Jul-25 02:23:18 PM

 

Partitions and SubPartitions appear as separate objects in the Schema Node

When viewing objects in a greenplum database, partitions and subpartitions of tables appear as separate table objects - it would be extremely useful if Aqua Studio would recognize this and group partitions and subpartitions underneath the base table with the ability to expand to the partition level if required.

To reproduce:

Create a table with below DDL in a greenplum database. You can see that the partitions and subpartitions appear as different objects as in attached screenshot.

 

CREATE TABLE sales (id int, date date, amt decimal(10,2)) DISTRIBUTED BY (id)
PARTITION BY RANGE (date)
( START (date '2008-01-01') INCLUSIVE
      END (date '2009-01-01') EXCLUSIVE
      EVERY (INTERVAL '1 day') )
4 attachments

Issue #9706

Closed
Fixed
Resolved 2013-08-06T05:15:37Z
 
 
Completion
No due date
Fixed Build 13.0.3-15/14.0.0-beta-79/15.0.0-dev-6
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017