× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2012-04-25T23:40:59Z  · last modified 2013-01-03T01:16:13Z

Temp table clause is missing for ER Diagram Generator


Priority Low
Complexity Unknown
Component Tools - ER Modeler
Version Future - .3

 

Product: Aqua Data Studio
Version: 11.0.0-rc-75
Build #: 26492
 
Temp table clause is missing for ER Diagram Generator. Create a temp table in ParAccel/PostgreSQL and try to script it. You can see that the TEMP/TEMPORARY clause is missing and table is scripted as an ordinary table.
 
1. Connect to ParAccel Analytic Platform

 

2.  Create a temporary table. For e.g
 
CREATE TEMPORARY TABLE "tmp"  ( 
"tmp_col_1" varchar(25) NOT NULL,
"tmp_col_2" float8 NOT NULL 
)
 
3.  Click on Tools --> ER Diagram Generator
 
4. Script tables including the temporary table you just created
 
5. Select the temp table properties and click on the tab SQL Preview and you can see that the Temporary clause is missing in the ER Model 
 
CREATE TABLE "pg_temp_2"."tmp"  ( 
    "tmp_col_1" varchar(25) NOT NULL,
    "tmp_col_2" float8 NOT NULL 
    )
 
1 attachment

Issue #6866

Closed
 
 
Completion
No due date
No fixed build
No time estimate

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