Apply suggestions from code review

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
pull/6216/head
Jason Stirnaman 2025-07-11 08:12:40 -05:00 committed by GitHub
parent a4549ad5ef
commit 3f8b84e4e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
---
title: Delete a table
description: >
Use the [`influxdb3 delete table` command](/influxdb3/version/reference/cli/influxdb3/delete/table/)
or the [HTTP API](/influxdb3/version/api/v3/) to delete a table from a specified database in {{< product-name >}}.
Use the [`influxdb3 delete table` command](/influxdb3/core/reference/cli/influxdb3/delete/table/)
or the [HTTP API](/influxdb3/core/api/v3/) to delete a table from a specified database in {{< product-name >}}.
Supports both soft delete and hard delete operations.
menu:
influxdb3_core:

View File

@ -1,8 +1,8 @@
---
title: List tables
description: >
Use the [`influxdb3 query` command](/influxdb3/version/reference/cli/influxdb3/query/)
or the [HTTP API](/influxdb3/version/api/v3/) to list tables in a specified database in {{< product-name >}}.
Use the [`influxdb3 query` command](/influxdb3/core/reference/cli/influxdb3/query/)
or the [HTTP API](/influxdb3/core/api/v3/) to list tables in a specified database in {{< product-name >}}.
Use SQL SHOW TABLES or InfluxQL SHOW MEASUREMENTS statements.
menu:
influxdb3_core:

View File

@ -1,8 +1,8 @@
---
title: List tables
description: >
Use the [`influxdb3 query` command](/influxdb3/version/reference/cli/influxdb3/query/)
or the [HTTP API](/influxdb3/version/api/v3/) to list tables in a specified database in {{% product-name %}}.
Use the [`influxdb3 query` command](/influxdb3/enterprise/reference/cli/influxdb3/query/)
or the [HTTP API](/influxdb3/enterprise/api/v3/) to list tables in a specified database in {{% product-name %}}.
Use SQL SHOW TABLES or InfluxQL SHOW MEASUREMENTS statements.
menu:
influxdb3_enterprise:

View File

@ -2,7 +2,7 @@ Use the [`influxdb3 create table` command](/influxdb3/version/reference/cli/infl
or the [HTTP API](/influxdb3/version/api/v3/) to create a table in a specified database in {{< product-name >}}.
With {{< product-name >}}, tables and measurements are synonymous.
Typically, tables are created automatically on write using the measurement name
Typically, tables are created automatically on write using the table name
specified in line protocol written to InfluxDB.
However, you can manually create tables to define a custom schema or apply custom settings before writing data.