File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -880,7 +880,7 @@ CREATE TABLE <replaceable class="parameter">tablename</replaceable> (
880
880
is equivalent to specifying:
881
881
882
882
<programlisting>
883
- CREATE SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceable class="parameter">colname</replaceable>_seq;
883
+ CREATE SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceable class="parameter">colname</replaceable>_seq AS integer ;
884
884
CREATE TABLE <replaceable class="parameter">tablename</replaceable> (
885
885
<replaceable class="parameter">colname</replaceable> integer NOT NULL DEFAULT nextval('<replaceable class="parameter">tablename</replaceable>_<replaceable class="parameter">colname</replaceable>_seq')
886
886
);
You can’t perform that action at this time.
0 commit comments