× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2013-05-13T20:21:44Z  · swissarmyknife(*) last modified 2013-05-15T19:17:44Z

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

Issue #8937

Closed
Fixed
Resolved 2013-05-15T17:17:45Z
 
 
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