@@ -329,8 +329,9 @@ Since version
329
329
Applies to:
330
330
331
331
- Functions returning ` SETOF ` a table-like composite type (e.g. a table type,
332
- view, materialized view, etc): adds the ` orderBy ` argument to this connection,
333
- allowing to _ sort_ the set by its columns/attributes.
332
+ view, materialized view, etc, but _ not_ a custom type): adds the ` orderBy `
333
+ argument to this connection, allowing to _ sort_ the set by its
334
+ columns/attributes.
334
335
- Computed column functions with no required parameters and returning a scalar
335
336
or array: allows this function to be used as an order in the ` orderBy `
336
337
argument for the parent table, allowing to _ sort_ the parent table _ by_ this
@@ -366,8 +367,9 @@ Since version
366
367
Applies to:
367
368
368
369
- Functions returning ` SETOF ` a table-like composite type (e.g. a table type,
369
- view, materialized view, etc): adds the ` condition ` argument to this
370
- connection, allowing to _ filter_ the set by any of its scalar fields.
370
+ view, materialized view, etc, but _ not_ a custom type): adds the ` condition `
371
+ argument to this connection, allowing to _ filter_ the set by any of its
372
+ scalar fields.
371
373
- Computed column functions with no required parameters and returning a scalar
372
374
or array: allows this function to be used as field in the ` condition ` argument
373
375
for the parent table, allowing to _ filter by_ this function's value the parent
0 commit comments