Skip to content

Conversation

msiomkin
Copy link
Contributor

@msiomkin msiomkin commented Oct 9, 2025

Some functions may require schema before the name. E.g.: MonetDB json.isarray function: json.isarray('[1, 2, 3]'). PostgreSQL also allows it: "Schemas also contain other kinds of named objects, including data types, functions, and operators." (https://www.postgresql.org/docs/current/ddl-schemas.html). Let's support it.

Some functions may require schema before the name. E.g.: MonetDB json.isarray
function: json.isarray('[1, 2, 3]'). PostgreSQL also allows it: "Schemas also
contain other kinds of named objects, including data types, functions, and
operators." (https://www.postgresql.org/docs/current/ddl-schemas.html). Let's
support it.
@msiomkin msiomkin force-pushed the fn-schema branch 4 times, most recently from d335d43 to df8573d Compare October 9, 2025 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant