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
|
64 KB
Field | Old Value | New Value |
---|---|---|
Status | New | In Progress |
Field | Old Value | New Value |
---|---|---|
Resolution | Fixed | |
Resolved Date | May 14, 2013 7:53 PM | |
Status | In Progress | Resolved |
Field | Old Value | New Value |
---|---|---|
Resolution | Fixed | Incomplete |
Resolved Date | May 14, 2013 7:53 PM | |
Status | Resolved | Reopened |
Field | Old Value | New Value |
---|---|---|
Resolution | Incomplete | Fixed |
Resolved Date | May 15, 2013 5:17 PM | |
Status | Reopened | Resolved |
Field | Old Value | New Value |
---|---|---|
Fixed Build | 13.0.1-7 | |
Status | Resolved | Closed |
Issue #8937 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 13.0.1-7 |
No time estimate |
1 issue link |
breaks #8952
Issue #8952PostgreSQL 9.2.2 and 9.1.4 - Schema Script Generator not listing Sequences I see in the Schema Browser |