× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported May 13, 2013  · swissarmyknife(*) last modified May 15, 2013

Improve Alter Sequence Visual Editor for PostgreSQL


customer request
Priority Low
Complexity Unknown
Component App - Visual Editing
Version 13.0

 

Version: 13.0.1-2
Build #: 32256
Build Date: 2013-May-07 01:07:30 PM
 
Improve Alter Sequence Visual Editor for PostgreSQL 9.2 and below till 8.2
 
1. PostgreSQL 9.2 now has options for Alter Sequence which we need to add to the visual Editor. Below is for PostgreSQL 9.2 and the reference is in http://www.postgresql.org/docs/9.2/static/sql-altersequence.html
 
ALTER SEQUENCE [ IF EXISTS ] name [ INCREMENT [ BY ] increment ]
    [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]
    [ START [ WITH ] start ]
    [ RESTART [ [ WITH ] restart ] ]
    [ CACHE cache ] [ [ NO ] CYCLE ]
    [ OWNED BY { table_name.column_name | NONE } ]
ALTER SEQUENCE [ IF EXISTS ] name OWNER TO new_owner
ALTER SEQUENCE [ IF EXISTS ] name RENAME TO new_name
ALTER SEQUENCE [ IF EXISTS ] name SET SCHEMA new_schema

 

2. We can look into PostgreSQL 9.2 and below and see what are the options that we need to support as well in the GUI 

1 attachment
ivangron   May 13, 2013
Field Old Value New Value
Status New In Progress
ivangron   May 14, 2013
Field Old Value New Value
Resolution Fixed
Resolved Date May 14, 2013 7:53 PM
Status In Progress Resolved
SachinPrakash   May 15, 2013
Field Old Value New Value
Resolution Fixed Incomplete
Resolved Date May 14, 2013 7:53 PM
Status Resolved Reopened
ivangron   May 15, 2013
Field Old Value New Value
Resolution Incomplete Fixed
Resolved Date May 15, 2013 5:17 PM
Status Reopened Resolved
swissarmyknife(*)   May 15, 2013
Field Old Value New Value
Fixed Build 13.0.1-7
Status Resolved Closed

Issue #8937

Closed
Fixed
Resolved May 15, 2013
 
 
Completion
No due date
Fixed Build 13.0.1-7
No time estimate

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