Skip to content

Commit 5c4a7b5

Browse files
authored
docs: rm partition by in the new create table syntax (#34182)
1 parent a66f4df commit 5c4a7b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/user/data/syntax_options/create_table/create_table_options_source_populated_postgres.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ rows:
4747
|--------|-------------|
4848
| `TEXT COLUMNS (<column_name> [, ...])` |*Optional.* If specified, decode data as `text` for the listed column(s),such as for unsupported data types. See also [supported types](#supported-data-types). |
4949
| `EXCLUDE COLUMNS (<column_name> [, ...])`| *Optional.* If specified,exclude the listed column(s) from the table, such as for unsupported data types. See also [supported types](#supported-data-types).|
50-
| <a name="partition-by"></a>`PARTITION BY (<column_name> [, ...])` | {{< include-md file="shared-content/partition-by-option-description.md" >}} |

0 commit comments

Comments
 (0)