Skip to content

array data type documentation enhancement #548

@xxchan

Description

@xxchan

https://risingwave-labs.slack.com/archives/C0881T5531D/p1750549763043189

From customer:

Documentation suggestion: I think there is an important missing part in the array data type documentation.
PostgreSQL offers an "array constructor" that takes a subquery. For example: select array(select 1);
BigQuery offers the same thing with the same syntax.
RisingWave does not document this in the data type page or on the array functions page. Yet it appears to work! I can run select array(select 1); and it seems to work ok...??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions