Skip to content

Commit

Permalink
Fix pgspot errors for 0.3.0 release (#576)
Browse files Browse the repository at this point in the history
Some things were being created without the schema being qualified.

I put all aggregates in the `@extschema@` (normally `public`), but the
operators I put in `pg_catalog` because it's very uncommon for people to
schema-qualify operators.
  • Loading branch information
JelteF authored Feb 10, 2025
1 parent 6d16b5f commit f884d32
Showing 1 changed file with 66 additions and 66 deletions.
Loading

0 comments on commit f884d32

Please sign in to comment.