We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3702de commit ace8eb1Copy full SHA for ace8eb1
doc/src/sgml/in-memory.sgml
@@ -280,12 +280,7 @@ Execution time: 0.353 ms
280
<literal>RESTART IDENTITY</literal>,
281
<literal>CONTINUE IDENTITY</literal>, <literal>CASCADE</literal>,
282
and <literal>RESTRICT</literal> options of the <command>TRUNCATE</command> command
283
- are not supported by in-memory tables. To truncate an in-memory
284
- table, you must specify its name directly. For example:
285
- <programlisting>
286
-# TRUNCATE blog_views;
287
-TRUNCATE TABLE
288
-</programlisting>
+ are not supported by in-memory tables.
289
</para>
290
291
</sect3>
0 commit comments