File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,7 @@ TRUNCATE [ TABLE ] [ ONLY ] <replaceable class="parameter">name</replaceable> [
160
160
When <literal>RESTART IDENTITY</literal> is specified, the implied
161
161
<command>ALTER SEQUENCE RESTART</command> operations are also done
162
162
transactionally; that is, they will be rolled back if the surrounding
163
- transaction does not commit. This is unlike the normal behavior of
164
- <command>ALTER SEQUENCE RESTART</command>. Be aware that if any additional
163
+ transaction does not commit. Be aware that if any additional
165
164
sequence operations are done on the restarted sequences before the
166
165
transaction rolls back, the effects of these operations on the sequences
167
166
will be rolled back, but not their effects on <function>currval()</function>;
You can’t perform that action at this time.
0 commit comments