We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bc4c6 commit 2a972e0Copy full SHA for 2a972e0
doc/src/sgml/ref/truncate.sgml
@@ -160,8 +160,7 @@ TRUNCATE [ TABLE ] [ ONLY ] <replaceable class="parameter">name</replaceable> [
160
When <literal>RESTART IDENTITY</literal> is specified, the implied
161
<command>ALTER SEQUENCE RESTART</command> operations are also done
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
+ transaction does not commit. Be aware that if any additional
165
sequence operations are done on the restarted sequences before the
166
transaction rolls back, the effects of these operations on the sequences
167
will be rolled back, but not their effects on <function>currval()</function>;
0 commit comments