cockroachdb / cockroachdb/docs

Implementation on TRUNCATE is incorrect

Abierto
#12,542 0 comentarios 0 reacciones 1 asignado Reclamado por @rmloveland Ver en GitHub
C-doc-bug
Lenguaje dominante
HTML
Estrellas
212
Forks
476
Merge medio
40 min
PR fusionados (30 d)
3

Descripción

Shaun McVey (smcvey) commented:

https://www.cockroachlabs.com/docs/stable/truncate.html

At the top of this page is the following sentence:

```
The TRUNCATE statement removes all rows from a table. At a high level, it works by dropping the table and recreating a new table with the same name.
```

The second sentence (about dropping the table and recreating) has not been true since 20.2.

Suggest the sentence is removed or replace with a correct description of what happens (You would need to check with the SQL Schema team for a good sentence).

Jira Issue: DOC-2133

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.