diff --git a/docs/docs/schema/postgres/logical-models/native-queries.mdx b/docs/docs/schema/postgres/logical-models/native-queries.mdx index c2822cdabad..1f3189d8c1d 100644 --- a/docs/docs/schema/postgres/logical-models/native-queries.mdx +++ b/docs/docs/schema/postgres/logical-models/native-queries.mdx @@ -47,9 +47,6 @@ You might find Native Queries useful for many reasons: - Write a compatibility layer around tables, making it easier to change your API without breaking existing clients. - Reduce duplication by moving common data manipulation into one place. -Native Queries are a Cloud and Enterprise feature of Hasura. Users of Hasura Open-Source can achieve the same goals by -[creating and tracking SQL functions](/schema/postgres/custom-functions.mdx). - :::info Supported features Currently, Hasura aggregations are not supported, but you can write the aggregation yourself as part of the query.