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 @@ -157,8 +157,7 @@ TRUNCATE [ TABLE ] [ ONLY ] <replaceable class="PARAMETER">name</replaceable> [
157
157
When <literal>RESTART IDENTITY</> is specified, the implied
158
158
<command>ALTER SEQUENCE RESTART</> operations are also done
159
159
transactionally; that is, they will be rolled back if the surrounding
160
- transaction does not commit. This is unlike the normal behavior of
161
- <command>ALTER SEQUENCE RESTART</>. Be aware that if any additional
160
+ transaction does not commit. Be aware that if any additional
162
161
sequence operations are done on the restarted sequences before the
163
162
transaction rolls back, the effects of these operations on the sequences
164
163
will be rolled back, but not their effects on <function>currval()</>;
You can’t perform that action at this time.
0 commit comments