Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ace8eb1

Browse files
author
Liudmila Mantrova
committed
DOC: removed truncate example
1 parent c3702de commit ace8eb1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

doc/src/sgml/in-memory.sgml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,7 @@ Execution time: 0.353 ms
280280
<literal>RESTART IDENTITY</literal>,
281281
<literal>CONTINUE IDENTITY</literal>, <literal>CASCADE</literal>,
282282
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>
283+
are not supported by in-memory tables.
289284
</para>
290285

291286
</sect3>

0 commit comments

Comments
 (0)